Class CompletableRpcResponse

All Implemented Interfaces:
Response, RpcResponse, CompletionStage<Object>, Future<Object>

public final class CompletableRpcResponse
extends EventLoopCheckingFuture<Object>
implements RpcResponse
An RpcResponse implementation which is initially incomplete and can be completed later.