RpcInvocationpublic interface RpcCompletor<ReplyType,TransportSpecificReplyInfo>
| Modifier and Type | Method | Description |
|---|---|---|
default void |
complete(ReplyType reply) |
|
void |
complete(ReplyType reply,
TransportSpecificReplyInfo replySpecificInfo) |
|
void |
completeExceptionally(Throwable error) |
default void complete(ReplyType reply)
void complete(ReplyType reply, TransportSpecificReplyInfo replySpecificInfo)
void completeExceptionally(Throwable error)
Copyright © 2018. All rights reserved.