Uses of Enum
com.couchbase.client.core.cnc.events.service.ServiceRemoveIgnoredEvent.Reason
Packages that use ServiceRemoveIgnoredEvent.Reason
-
Uses of ServiceRemoveIgnoredEvent.Reason in com.couchbase.client.core.cnc.events.service
Methods in com.couchbase.client.core.cnc.events.service that return ServiceRemoveIgnoredEvent.ReasonModifier and TypeMethodDescriptionServiceRemoveIgnoredEvent.reason()
Returns the enum constant of this type with the specified name.static ServiceRemoveIgnoredEvent.Reason[]
ServiceRemoveIgnoredEvent.Reason.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.couchbase.client.core.cnc.events.service with parameters of type ServiceRemoveIgnoredEvent.ReasonModifierConstructorDescriptionServiceRemoveIgnoredEvent
(Event.Severity severity, ServiceRemoveIgnoredEvent.Reason reason, Context context)