Package io.micronaut.flyway.event
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
MigrationFinishedEvent
- Parameters:
config
- The Flyway configuration that corresponds to the Flyway instance that has been migrated
-