public interface RpcCompletor<TransportMessageType,TransportSpecificReplyInfo>
| Modifier and Type | Method and Description |
|---|---|
default <T> void |
complete(T reply,
io.reactivex.functions.Function<T,TransportMessageType> messageTranscriber) |
<T> void |
complete(T reply,
TransportSpecificReplyInfo replySpecificInfo,
io.reactivex.functions.Function<T,TransportMessageType> transcriber) |
void |
completeExceptionally(Throwable error) |
default <T> void complete(T reply,
io.reactivex.functions.Function<T,TransportMessageType> messageTranscriber)
throws Exception
Exception<T> void complete(T reply,
TransportSpecificReplyInfo replySpecificInfo,
io.reactivex.functions.Function<T,TransportMessageType> transcriber)
throws Exception
Exceptionvoid completeExceptionally(Throwable error)
Copyright © 2018. All rights reserved.