Uses of Interface
org.flywaydb.core.api.callback.Context
-
Packages that use Context Package Description org.flywaydb.core.api.callback Interfaces for Flyway lifecycle callbacks. -
-
Uses of Context in org.flywaydb.core.api.callback
Methods in org.flywaydb.core.api.callback with parameters of type Context Modifier and Type Method Description booleanBaseCallback. 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.voidCallback. handle(Event event, Context context)Handles this Flyway lifecycle event.booleanBaseCallback. supports(Event event, Context context)booleanCallback. supports(Event event, Context context)Whether this callback supports this event or not.
-