Uses of Enum
com.couchbase.client.core.cnc.events.config.ConfigIgnoredEvent.Reason
Packages that use ConfigIgnoredEvent.Reason
-
Uses of ConfigIgnoredEvent.Reason in com.couchbase.client.core.cnc.events.config
Methods in com.couchbase.client.core.cnc.events.config that return ConfigIgnoredEvent.ReasonModifier and TypeMethodDescriptionConfigIgnoredEvent.reason()static ConfigIgnoredEvent.ReasonReturns the enum constant of this type with the specified name.static ConfigIgnoredEvent.Reason[]ConfigIgnoredEvent.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.config with parameters of type ConfigIgnoredEvent.ReasonModifierConstructorDescriptionConfigIgnoredEvent(Context context, ConfigIgnoredEvent.Reason reason, Optional<Exception> cause, Optional<String> config, Optional<String> bucketName)