Class CloudServiceEvent

java.lang.Object
eu.cloudnetservice.driver.event.Event
eu.cloudnetservice.driver.event.events.service.CloudServiceEvent
Direct Known Subclasses:
CloudServiceLifecycleChangeEvent, CloudServiceLogEntryEvent, CloudServiceUpdateEvent

public abstract class CloudServiceEvent extends Event
Represents an event which is related to services running within the cluster. More specific events are only available on a per-node basis.
Since:
4.0
  • Field Details

  • Constructor Details

  • Method Details

    • serviceInfo

      @NonNull public @NonNull ServiceInfoSnapshot serviceInfo()
      Get the service info which is associated with this event.
      Returns:
      the service info which is associated with this event.