Class AbstractServiceInstanceEvent

java.lang.Object
java.util.EventObject
io.micronaut.context.event.ApplicationEvent
io.micronaut.discovery.event.AbstractServiceInstanceEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HeartbeatEvent, ServiceReadyEvent, ServiceStoppedEvent

public abstract class AbstractServiceInstanceEvent extends ApplicationEvent
Since:
1.0
Author:
graemerocher
See Also:
  • Constructor Details

    • AbstractServiceInstanceEvent

      public AbstractServiceInstanceEvent(ServiceInstance source)
      Constructs a prototypical Event.
      Parameters:
      source - The object on which the Event initially occurred.
      Throws:
      IllegalArgumentException - if source is null.
  • Method Details