Package org.flywaydb.core.api.callback
Interface CallbackEvent<E>
- Type Parameters:
E- the event type
- All Superinterfaces:
Comparable<E>
- All Known Implementing Classes:
Event
Callback event interface allowing for custom events to be defined in Flyway plugins
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getId
String getId()Retrieves the event with this id.- Returns:
- The event.
nullif not found.
-