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