Package io.micronaut.runtime.event
Class AbstractEmbeddedApplicationEvent
java.lang.Object
java.util.EventObject
io.micronaut.context.event.ApplicationEvent
io.micronaut.runtime.event.AbstractEmbeddedApplicationEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ApplicationShutdownEvent,- ApplicationStartupEvent
An abstract event for events specific to server applications.
- Since:
- 1.0
- Author:
- Graeme Rocher
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractEmbeddedApplicationEvent(EmbeddedApplication<?> embeddedApplication) Constructs a prototypical Event.
- 
Method SummaryMethods inherited from class java.util.EventObjecttoString
- 
Constructor Details- 
AbstractEmbeddedApplicationEventConstructs a prototypical Event.- Parameters:
- embeddedApplication- The object on which the Event initially occurred.
- Throws:
- IllegalArgumentException- if source is null.
 
 
- 
- 
Method Details- 
getSource- Overrides:
- getSourcein class- EventObject
 
 
-