Interface RpcResponse

All Superinterfaces:
CompletionStage<Object>, Future<Object>, Response
All Known Implementing Classes:
CompletableRpcResponse

public interface RpcResponse extends Response, Future<Object>, CompletionStage<Object>
An RPC Response. It is a CompletionStage whose result signifies the return value of an RPC call.