Class ServiceStateChangedEvent

java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.service.ServiceStateChangedEvent
All Implemented Interfaces:
Event

public class ServiceStateChangedEvent extends AbstractEvent
This event is raised every time a Service changes its state.
  • Constructor Details

  • Method Details

    • oldState

      public ServiceState oldState()
    • newState

      public ServiceState newState()
    • description

      public String description()
      Description copied from interface: Event
      A textual description with more information about the event.
      Returns:
      the description, if set.