Class CircuitBreakerRpcClient

All Implemented Interfaces:
Client<RpcRequest,​RpcResponse>, RpcClient, Unwrappable

public final class CircuitBreakerRpcClient
extends AbstractCircuitBreakerClient<RpcRequest,​RpcResponse>
implements RpcClient
An RpcClient decorator that handles failures of RPC remote invocation based on circuit breaker pattern.