Class ConfigIgnoredEvent

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

public class ConfigIgnoredEvent
extends AbstractEvent
  • Constructor Details

  • Method Details

    • reason

      public ConfigIgnoredEvent.Reason reason()
    • cause

      public Exception 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.
    • config

      public Optional<String> config()
    • description

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