Package org.flywaydb.core.api.callback
Interface Callback
- All Superinterfaces:
GenericCallback<Event>
- All Known Implementing Classes:
BaseCallback
This is the main callback interface that should be implemented to handle Flyway lifecycle events.
-
Method Summary
Methods inherited from interface org.flywaydb.core.api.callback.GenericCallback
canHandleInTransaction, getCallbackName, handle, supports