Package org.flywaydb.core.api.callback
package org.flywaydb.core.api.callback
Interfaces for Flyway lifecycle callbacks.
-
ClassDescriptionBase implementation of Callback from which one can inherit.This is the main callback interface that should be implemented to handle Flyway lifecycle events.Callback event interface allowing for custom events to be defined in Flyway pluginsThe context relevant to an event.An error that occurred while executing a statement.The Flyway lifecycle events that can be handled in callbacks.GenericCallback<E extends CallbackEvent<E>>Generic version of the CallbackEvent interface, allowing for additional events defined outside coreThe statement relevant to an event.A warning that occurred while executing a statement.