Package io.micronaut.flyway.event
Class SchemaCleanedEvent
- java.lang.Object
-
- java.util.EventObject
-
- io.micronaut.context.event.ApplicationEvent
-
- io.micronaut.flyway.event.SchemaCleanedEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class SchemaCleanedEvent extends io.micronaut.context.event.ApplicationEventFired when a Flyway schema has been cleaned.- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaCleanedEvent(FlywayConfigurationProperties config)
-
-
-
Constructor Detail
-
SchemaCleanedEvent
public SchemaCleanedEvent(FlywayConfigurationProperties config)
- Parameters:
config- The Flyway configuration that corresponds to the schema that was cleaned
-
-