Uses of Interface
org.flywaydb.core.api.callback.CallbackEvent
Packages that use CallbackEvent
-
Uses of CallbackEvent in org.flywaydb.core.api.callback
Classes in org.flywaydb.core.api.callback with type parameters of type CallbackEventModifier and TypeInterfaceDescriptioninterfaceGenericCallback<E extends CallbackEvent<E>>Generic version of the CallbackEvent interface, allowing for additional events defined outside coreClasses in org.flywaydb.core.api.callback that implement CallbackEventModifier and TypeClassDescriptionenumThe Flyway lifecycle events that can be handled in callbacks.