Package org.flywaydb.core.api.callback


package org.flywaydb.core.api.callback
Interfaces for Flyway lifecycle callbacks.
  • Class
    Description
    Base implementation of Callback from which one can inherit.
    This is the main callback interface that should be implemented to handle Flyway lifecycle events.
    Callback event interface allowing for custom events to be defined in Flyway plugins
    The context relevant to an event.
    An error that occurred while executing a statement.
    The Flyway lifecycle events that can be handled in callbacks.
    Generic version of the CallbackEvent interface, allowing for additional events defined outside core
    The statement relevant to an event.
    A warning that occurred while executing a statement.