Interface RpcService

All Superinterfaces:
Service<RpcRequest,​RpcResponse>, Unwrappable
All Known Subinterfaces:
RpcServiceWithRoutes, TransientRpcService
All Known Implementing Classes:
SimpleDecoratingRpcService, ThriftCallService, ThrottlingRpcService
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 RpcService
extends Service<RpcRequest,​RpcResponse>
An RPC Service.