Uses of Interface
migratedb.v1.core.api.callback.Context
-
Packages that use Context Package Description migratedb.v1.core.api.callback Interfaces for MigrateDB lifecycle callbacks.migratedb.v1.core.internal.callback Private API. -
-
Uses of Context in migratedb.v1.core.api.callback
Methods in migratedb.v1.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 MigrateDB lifecycle event.booleanBaseCallback. supports(Event event, Context context)booleanCallback. supports(Event event, Context context)Whether this callback supports this event or not. -
Uses of Context in migratedb.v1.core.internal.callback
Classes in migratedb.v1.core.internal.callback that implement Context Modifier and Type Class Description classSimpleContextMethods in migratedb.v1.core.internal.callback with parameters of type Context Modifier and Type Method Description booleanNoopCallback. canHandleInTransaction(Event event, Context context)voidNoopCallback. handle(Event event, Context context)booleanNoopCallback. supports(Event event, Context context)
-