Uses of Interface
org.flywaydb.core.api.callback.Callback
-
Packages that use Callback Package Description org.flywaydb.core The main Flyway package and for most users, the only one they'll ever need to know about.org.flywaydb.core.api.configuration Interfaces for Flyway configuration injection. -
-
Uses of Callback in org.flywaydb.core
Methods in org.flywaydb.core that return Callback Modifier and Type Method Description Callback[]Flyway. getCallbacks()Deprecated.Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0.Methods in org.flywaydb.core with parameters of type Callback Modifier and Type Method Description voidFlyway. setCallbacks(Callback... callbacks)Deprecated.Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. -
Uses of Callback in org.flywaydb.core.api.configuration
Methods in org.flywaydb.core.api.configuration that return Callback Modifier and Type Method Description Callback[]ClassicConfiguration. getCallbacks()Gets the callbacks for lifecycle notifications.Callback[]Configuration. getCallbacks()Gets the callbacks for lifecycle notifications.Callback[]FluentConfiguration. getCallbacks()Gets the callbacks for lifecycle notifications.Methods in org.flywaydb.core.api.configuration with parameters of type Callback Modifier and Type Method Description FluentConfigurationFluentConfiguration. callbacks(Callback... callbacks)Set the callbacks for lifecycle notifications.voidClassicConfiguration. setCallbacks(Callback... callbacks)Set the callbacks for lifecycle notifications.
-