public class RpcInvocation<MessageType> extends RpcInvocation<MessageType,IncomingMessageMetaData,MessageType,SendInfo> implements RpcCompletor<MessageType>
request| Constructor and Description |
|---|
RpcInvocation(IncomingMessage<MessageType,IncomingMessageMetaData> request,
java.util.function.Consumer<ch.squaredesk.nova.tuples.Pair<MessageType,SendInfo>> replyConsumer,
java.util.function.Consumer<Throwable> errorConsumer) |
complete, completeExceptionally, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomplete, complete, completeExceptionallypublic RpcInvocation(IncomingMessage<MessageType,IncomingMessageMetaData> request, java.util.function.Consumer<ch.squaredesk.nova.tuples.Pair<MessageType,SendInfo>> replyConsumer, java.util.function.Consumer<Throwable> errorConsumer)
Copyright © 2018. All rights reserved.