public class RpcInvocation<InternalMessageType> extends RpcInvocation<InternalMessageType,RequestMessageMetaData,InternalMessageType,ReplyInfo> implements RpcCompletor<InternalMessageType>
request| Modifier | Constructor and Description |
|---|---|
protected |
RpcInvocation(IncomingMessage<InternalMessageType,RequestMessageMetaData> request,
java.util.function.Consumer<ch.squaredesk.nova.tuples.Pair<InternalMessageType,ReplyInfo>> replyConsumer,
java.util.function.Consumer<Throwable> errorConsumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(int statusCode,
InternalMessageType reply) |
complete, completeExceptionally, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomplete, complete, completeExceptionallyprotected RpcInvocation(IncomingMessage<InternalMessageType,RequestMessageMetaData> request, java.util.function.Consumer<ch.squaredesk.nova.tuples.Pair<InternalMessageType,ReplyInfo>> replyConsumer, java.util.function.Consumer<Throwable> errorConsumer)
public void complete(int statusCode,
InternalMessageType reply)
Copyright © 2018. All rights reserved.