Uses of Interface
com.couchbase.client.core.endpoint.CircuitBreaker
-
Uses of CircuitBreaker in com.couchbase.client.core.endpoint
Modifier and TypeClassDescriptionclass
A simple noop implementation of theCircuitBreaker
if disabled by the user.ModifierConstructorDescriptionEndpointContext
(CoreContext ctx, HostAndPort remoteSocket, CircuitBreaker circuitBreaker, ServiceType serviceType, Optional<HostAndPort> localSocket, Optional<String> bucket, Optional<String> channelId) Creates a newEndpointContext
.