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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfigIgnoredEvent.ReasonThe reason why the proposed config got ignored.Nested classes/interfaces inherited from interface com.couchbase.client.core.cnc.Event
Event.Category, Event.Severity -
Field Summary
Fields inherited from interface com.couchbase.client.core.cnc.Event
CATEGORY_PREFIX -
Constructor Summary
Constructors Constructor Description ConfigIgnoredEvent(Context context, ConfigIgnoredEvent.Reason reason, Optional<Exception> cause, Optional<String> config) -
Method Summary
Modifier and Type Method Description Exceptioncause()If present, holds the cause for this event.Optional<String>config()Stringdescription()A textual description with more information about the event.ConfigIgnoredEvent.Reasonreason()
-
Constructor Details
-
ConfigIgnoredEvent
-
-
Method Details
-
reason
-
cause
Description copied from interface:EventIf present, holds the cause for this event. Usually present if raised because of an excetion.- Returns:
- the throwable if present.
-
config
-
description
Description copied from interface:EventA textual description with more information about the event.- Returns:
- the description, if set.
-