Uses of Interface
org.flywaydb.core.api.callback.Callback
Packages that use Callback
Package
Description
Interfaces for Flyway lifecycle callbacks.
Interfaces for Flyway configuration injection.
-
Uses of Callback in org.flywaydb.core.api.callback
Classes in org.flywaydb.core.api.callback that implement CallbackModifier and TypeClassDescriptionclassBase 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 CallbackModifier and TypeMethodDescriptionCallback[]ClassicConfiguration.getCallbacks()Callback[]Configuration.getCallbacks()Gets the callbacks for lifecycle notifications.Callback[]FluentConfiguration.getCallbacks()Methods in org.flywaydb.core.api.configuration that return types with arguments of type CallbackModifier and TypeMethodDescriptionClassicConfiguration.loadCallbackLocation(String path, boolean errorOnNotFound) Scan this location for classes that implement Callback.Methods in org.flywaydb.core.api.configuration with parameters of type CallbackModifier and TypeMethodDescriptionSet the callbacks for lifecycle notifications.voidClassicConfiguration.setCallbacks(Callback... callbacks)