Class EndpointConnectionIgnoredEvent

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

public class EndpointConnectionIgnoredEvent extends AbstractEvent
This event is published when an endpoint is connected properly but a disconnect signal came before so it is ignored.
Since:
2.0.0
  • Constructor Details

  • Method Details

    • description

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

      public SortedMap<String,Duration> timings()
      Returns the timings captured as part of the endpoint connection process.
      Returns:
      the connect timings if present.