Class TooManyInstancesDetectedEvent

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

public class TooManyInstancesDetectedEvent extends AbstractEvent
This event is raised if too many instances of the SDK are created as configured.
  • Constructor Details

    • TooManyInstancesDetectedEvent

      public TooManyInstancesDetectedEvent(String description)
  • 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.