Class ReconfigurationIgnoredEvent
java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.core.ReconfigurationIgnoredEvent
- All Implemented Interfaces:
Event
Deprecated.
This event is never emitted by the SDK.
Client got a new config, but for some valid reason the event is ignored.
- Since:
- 2.0.0
-
Nested Class Summary
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
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.A textual description with more information about the event.Methods inherited from class com.couchbase.client.core.cnc.AbstractEvent
category, context, created, createdAt, duration, severity, toString
-
Constructor Details
-
ReconfigurationIgnoredEvent
Deprecated.
-
-
Method Details
-
description
Deprecated.Description copied from interface:Event
A textual description with more information about the event.- Returns:
- the description, if set.
-