Class SimpleDecoratingRpcClient

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

public abstract class SimpleDecoratingRpcClient
extends SimpleDecoratingClient<RpcRequest,​RpcResponse>
implements RpcClient
Decorates an RpcClient. Use DecoratingClient if your Client has different Request or Response type from the Client being decorated.