Class SchemaCleanedEvent

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

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

    • SchemaCleanedEvent

      public SchemaCleanedEvent(FlywayConfigurationProperties config)
      Parameters:
      config - The Flyway configuration that corresponds to the schema that was cleaned