Package com.linecorp.armeria.client
Interface RpcClient
- All Superinterfaces:
Client<RpcRequest,
,RpcResponse> Unwrappable
- All Known Implementing Classes:
CircuitBreakerRpcClient
,LoggingRpcClient
,MetricCollectingRpcClient
,RetryingRpcClient
,SimpleDecoratingRpcClient
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Sends an
RpcRequest
to a remote Endpoint
.-
Method Summary
Methods inherited from interface com.linecorp.armeria.common.util.Unwrappable
equalsIgnoreWrapper, unwrapAll
-
Method Details
-
execute
Description copied from interface:Client
- Specified by:
execute
in interfaceClient<RpcRequest,
RpcResponse> - Returns:
- the
Response
to the specifiedRequest
- Throws:
Exception
-