Uses of Interface
org.flywaydb.core.api.callback.Callback
-
Packages that use Callback Package Description org.flywaydb.core.api.callback Interfaces for Flyway lifecycle callbacks.org.flywaydb.core.api.configuration Interfaces for Flyway configuration injection. -
-
Uses of Callback in org.flywaydb.core.api.callback
Classes in org.flywaydb.core.api.callback that implement Callback Modifier and Type Class Description classBaseCallbackBase implementation of Callback from which one can inherit. -
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.
-