| Constructor and Description |
|---|
RpcRequestClosure(RpcContext rpcCtx) |
RpcRequestClosure(RpcContext rpcCtx,
com.google.protobuf.Message defaultResp) |
| Modifier and Type | Method and Description |
|---|---|
RpcContext |
getRpcCtx() |
void |
run(Status status)
Called when task is done.
|
void |
sendResponse(com.google.protobuf.Message msg) |
public RpcRequestClosure(RpcContext rpcCtx)
public RpcRequestClosure(RpcContext rpcCtx, com.google.protobuf.Message defaultResp)
public RpcContext getRpcCtx()
public void sendResponse(com.google.protobuf.Message msg)
Copyright © 2024. All rights reserved.