Package io.micronaut.runtime.event
Common applications events.
- Since:
- 1.0
-
Class Summary Class Description AbstractEmbeddedApplicationEvent An abstract event for events specific to server applications.ApplicationShutdownEvent Event fired when anEmbeddedApplication
shuts down.ApplicationStartupEvent Event fired when anEmbeddedApplication
starts up.