public class HttpRpcInvocation<InternalMessageType> extends RpcInvocation<InternalMessageType,HttpSpecificInfo,InternalMessageType,HttpReplyInfo>
request, transportSpecificInfo| Constructor and Description |
|---|
HttpRpcInvocation(InternalMessageType request,
HttpSpecificInfo transportSpecificInfo,
java.util.function.Consumer<ch.squaredesk.nova.tuples.Pair<InternalMessageType,HttpReplyInfo>> replyConsumer,
java.util.function.Consumer<Throwable> errorConsumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(int statusCode,
InternalMessageType reply) |
complete, complete, completeExceptionally, toStringpublic HttpRpcInvocation(InternalMessageType request, HttpSpecificInfo transportSpecificInfo, java.util.function.Consumer<ch.squaredesk.nova.tuples.Pair<InternalMessageType,HttpReplyInfo>> replyConsumer, java.util.function.Consumer<Throwable> errorConsumer)
public void complete(int statusCode,
InternalMessageType reply)
Copyright © 2018. All rights reserved.