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:
 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:
 
- 
Field Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString 
- 
Constructor Details
- 
SchemaCleanedEvent
- Parameters:
 config- The Flyway configuration that corresponds to the schema that was cleaned
 
 -