Package com.linecorp.armeria.client
Class SimpleDecoratingRpcClient
java.lang.Object
com.linecorp.armeria.common.util.AbstractUnwrappable<Client<T_I,T_O>>
com.linecorp.armeria.client.DecoratingClient<I,O,I,O>
com.linecorp.armeria.client.SimpleDecoratingClient<RpcRequest,RpcResponse>
com.linecorp.armeria.client.SimpleDecoratingRpcClient
- All Implemented Interfaces:
Client<RpcRequest,,RpcResponse> RpcClient,Unwrappable
public abstract class SimpleDecoratingRpcClient
extends SimpleDecoratingClient<RpcRequest,RpcResponse>
implements RpcClient
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSimpleDecoratingRpcClient(RpcClient delegate) Creates a new instance that decorates the specifiedRpcClient. -
Method Summary
Methods inherited from class com.linecorp.armeria.common.util.AbstractUnwrappable
as, toString, unwrap, unwrapAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.linecorp.armeria.common.util.Unwrappable
equalsIgnoreWrapper, unwrapAll
-
Constructor Details
-
SimpleDecoratingRpcClient
Creates a new instance that decorates the specifiedRpcClient.
-