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