Class IdleStreamingEndpointClosedEvent

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

public class IdleStreamingEndpointClosedEvent extends AbstractEvent
Raised when a http config streaming connection is closed because of the configured configIdleRedialTimeout.
  • Constructor Details

    • IdleStreamingEndpointClosedEvent

      public IdleStreamingEndpointClosedEvent(IoContext context)
  • 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.