Class ServerStartupEvent
java.lang.Object
java.util.EventObject
io.micronaut.context.event.ApplicationEvent
io.micronaut.runtime.event.AbstractEmbeddedApplicationEvent
io.micronaut.runtime.event.ApplicationStartupEvent
io.micronaut.runtime.server.event.ServerStartupEvent
- All Implemented Interfaces:
- Serializable
Event fired when the 
EmbeddedServer completes startup.- Since:
- 1.0
- Author:
- graemerocher
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionServerStartupEvent(EmbeddedServer embeddedServer) Constructs a prototypical Event.
- 
Method SummaryMethods inherited from class java.util.EventObjecttoString
- 
Constructor Details- 
ServerStartupEventConstructs a prototypical Event.- Parameters:
- embeddedServer- object on which the Event initially occurred.
- Throws:
- IllegalArgumentException- if source is null.
 
 
- 
- 
Method Details- 
getSource- Overrides:
- getSourcein class- AbstractEmbeddedApplicationEvent
 
 
-