Class IndividualGlobalConfigRefreshFailedEvent

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

public class IndividualGlobalConfigRefreshFailedEvent extends AbstractEvent
Raised if an individual global config refresh event failed, but it is not raised as a warning since we expect the next attempt(s) to complete.
  • 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.
    • cause

      public Throwable cause()
      Description copied from interface: Event
      If present, holds the cause for this event. Usually present if raised because of an excetion.
      Returns:
      the throwable if present.