Class AbstractRetryingClient<I extends Request,O extends Response>

Type Parameters:
I - the Request type
O - the Response type
All Implemented Interfaces:
Client<I,O>, Unwrappable
Direct Known Subclasses:
RetryingClient, RetryingRpcClient

public abstract class AbstractRetryingClient<I extends Request,O extends Response> extends SimpleDecoratingClient<I,O>
A Client decorator that handles failures of remote invocation and retries requests.