Uses of Package
org.flywaydb.core.api.callback
Packages that use org.flywaydb.core.api.callback
Package
Description
Interfaces for Flyway lifecycle callbacks.
Interfaces for Flyway configuration injection.
-
Classes in org.flywaydb.core.api.callback used by org.flywaydb.core.api.callbackClassDescriptionThis 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.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.
-
Classes in org.flywaydb.core.api.callback used by org.flywaydb.core.api.configurationClassDescriptionThis is the main callback interface that should be implemented to handle Flyway lifecycle events.