Class MigrationFinishedEvent

java.lang.Object
java.util.EventObject
io.micronaut.context.event.ApplicationEvent
io.micronaut.flyway.event.MigrationFinishedEvent
All Implemented Interfaces:
Serializable

public class MigrationFinishedEvent extends io.micronaut.context.event.ApplicationEvent
Fired when a Flyway migration has finished.
Since:
1.0.0
Author:
Iván López
See Also:
  • Constructor Details

    • MigrationFinishedEvent

      public MigrationFinishedEvent(FlywayConfigurationProperties config)
      Parameters:
      config - The Flyway configuration that corresponds to the Flyway instance that has been migrated