Uses of Enum
com.couchbase.client.core.cnc.events.config.BucketConfigRefreshFailedEvent.Reason
Packages that use BucketConfigRefreshFailedEvent.Reason
-
Uses of BucketConfigRefreshFailedEvent.Reason in com.couchbase.client.core.cnc.events.config
Methods in com.couchbase.client.core.cnc.events.config that return BucketConfigRefreshFailedEvent.ReasonModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.BucketConfigRefreshFailedEvent.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 BucketConfigRefreshFailedEvent.ReasonModifierConstructorDescriptionBucketConfigRefreshFailedEvent
(Context context, BucketConfigRefreshFailedEvent.RefresherType type, BucketConfigRefreshFailedEvent.Reason reason, Optional<Object> cause)