Class ServiceAddIgnoredEvent
java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.service.ServiceAddIgnoredEvent
- All Implemented Interfaces:
Event
public class ServiceAddIgnoredEvent extends AbstractEvent
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServiceAddIgnoredEvent.ReasonEnumerates the reasons why a add service event could be ignored by the system.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 ServiceAddIgnoredEvent(Event.Severity severity, ServiceAddIgnoredEvent.Reason reason, Context context) -
Method Summary
Modifier and Type Method Description Stringdescription()A textual description with more information about the event.ServiceAddIgnoredEvent.Reasonreason()Methods inherited from class com.couchbase.client.core.cnc.AbstractEvent
category, context, createdAt, duration, severity, toString
-
Constructor Details
-
ServiceAddIgnoredEvent
public ServiceAddIgnoredEvent(Event.Severity severity, ServiceAddIgnoredEvent.Reason reason, Context context)
-
-
Method Details
-
reason
-
description
Description copied from interface:EventA textual description with more information about the event.- Returns:
- the description, if set.
-