Uses of Enum Class
org.flywaydb.core.api.callback.Event
Packages that use Event
-
Uses of Event in org.flywaydb.core.api.callback
Methods in org.flywaydb.core.api.callback that return EventModifier and TypeMethodDescriptionstatic EventRetrieves the event with this id.static EventReturns the enum constant of this class with the specified name.static Event[]Event.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.flywaydb.core.api.callback with parameters of type EventModifier and TypeMethodDescriptionbooleanBaseCallback.canHandleInTransaction(Event event, Context context) booleanCallback.canHandleInTransaction(Event event, Context context) Whether this event can be handled in a transaction or whether it must be handled outside a transaction instead.voidHandles this Flyway lifecycle event.booleanbooleanWhether this callback supports this event or not.