Class RetryingRpcClient

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

public final class RetryingRpcClient extends AbstractRetryingClient<RpcRequest,​RpcResponse> implements RpcClient
An RpcClient decorator that handles failures of an invocation and retries RPC requests.