Class EndpointStateChangedEvent

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

public class EndpointStateChangedEvent extends AbstractEvent
This event is raised when an endpoint changes its underlying state.
  • Constructor Details

  • Method Details

    • oldState

      public EndpointState oldState()
    • newState

      public EndpointState newState()
    • description

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