Uses of Interface
org.flywaydb.core.api.callback.Context
Packages that use Context
-
Uses of Context in org.flywaydb.core.api.callback
Methods in org.flywaydb.core.api.callback with parameters of type ContextModifier and TypeMethodDescriptionbooleanBaseCallback.canHandleInTransaction(Event event, Context context) booleanGenericCallback.canHandleInTransaction(E 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.