Package io.micronaut.discovery.event
Class ServiceReadyEvent
java.lang.Object
java.util.EventObject
io.micronaut.context.event.ApplicationEvent
io.micronaut.discovery.event.AbstractServiceInstanceEvent
io.micronaut.discovery.event.ServiceReadyEvent
- All Implemented Interfaces:
Serializable
An event fired when a service has completed starting and is ready to service requests.
- Since:
- 1.0
- Author:
- graemerocher
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class io.micronaut.discovery.event.AbstractServiceInstanceEvent
getSource
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
ServiceReadyEvent
Constructs a prototypical Event.- Parameters:
source
- The object on which the Event initially occurred.- Throws:
IllegalArgumentException
- if source is null.
-