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.

@FunctionalInterface
public interface RpcClient
extends Client<RpcRequest,​RpcResponse>
Sends an RpcRequest to a remote Endpoint.