Class ReconfigurationIgnoredEvent
java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.core.ReconfigurationIgnoredEvent
- All Implemented Interfaces:
Event
public class ReconfigurationIgnoredEvent extends AbstractEvent
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
Constructors Constructor Description ReconfigurationIgnoredEvent(Context context)
-
Method Summary
Modifier and Type Method Description String
description()
A textual description with more information about the event.Methods inherited from class com.couchbase.client.core.cnc.AbstractEvent
category, context, createdAt, duration, severity, toString
-
Constructor Details
-
ReconfigurationIgnoredEvent
-
-
Method Details
-
description
Description copied from interface:Event
A textual description with more information about the event.- Returns:
- the description, if set.
-