Interface CallbackEvent<E>

Type Parameters:
E - the event type
All Superinterfaces:
Comparable<E>
All Known Implementing Classes:
Event

public interface CallbackEvent<E> extends Comparable<E>
Callback event interface allowing for custom events to be defined in Flyway plugins
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the event with this id.

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getId

      String getId()
      Retrieves the event with this id.
      Returns:
      The event. null if not found.