Class WatchdogInvalidStateIdentifiedEvent

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

public class WatchdogInvalidStateIdentifiedEvent extends AbstractEvent
Raised if the watchdog in the core identifies an invalid state (and then tries to fix it).
  • Constructor Details

    • WatchdogInvalidStateIdentifiedEvent

      public WatchdogInvalidStateIdentifiedEvent(Context context, String message)
  • 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.