Class ConfigIgnoredEvent
java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.config.ConfigIgnoredEvent
- All Implemented Interfaces:
Event
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The 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
ConstructorDescriptionConfigIgnoredEvent
(Context context, ConfigIgnoredEvent.Reason reason, Optional<Exception> cause, Optional<String> config, Optional<String> bucketName) -
Method Summary
-
Constructor Details
-
ConfigIgnoredEvent
-
-
Method Details
-
reason
-
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
-
description
Description copied from interface:Event
A textual description with more information about the event.- Returns:
- the description, if set.
-