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.
    The context relevant to an event.
    An error that occurred while executing a statement.
    The Flyway lifecycle events that can be handled in callbacks.
    The statement relevant to an event.
    A warning that occurred while executing a statement.