public class ServiceStoppedEvent extends AbstractServiceInstanceEvent
ServiceInstance has shutdown and will no longer service requests.| Constructor and Description |
|---|
ServiceStoppedEvent(ServiceInstance source)
Constructs a prototypical Event.
|
getSourcepublic ServiceStoppedEvent(ServiceInstance source)
source - The object on which the Event initially occurred.java.lang.IllegalArgumentException - if source is null.