| Package | Description |
|---|---|
| ch.squaredesk.nova.comm.retrieving | |
| ch.squaredesk.nova.comm.rpc |
| Modifier and Type | Method and Description |
|---|---|
abstract io.reactivex.Flowable<IncomingMessage<TransportMessageType,MetaDataType>> |
MessageReceiver.messages(DestinationType destination) |
<T> io.reactivex.Flowable<IncomingMessage<T,MetaDataType>> |
MessageReceiver.messages(DestinationType destination,
io.reactivex.functions.Function<TransportMessageType,T> unmarshaller) |
| Modifier and Type | Field and Description |
|---|---|
IncomingMessage<RequestType,IncomingMetaDataType> |
RpcInvocation.request |
| Constructor and Description |
|---|
RpcInvocation(IncomingMessage<RequestType,IncomingMetaDataType> request,
Consumer<Pair<TransportMessageType,TransportSpecificReplyInfo>> replyConsumer,
Consumer<Throwable> errorConsumer) |
Copyright © 2018. All rights reserved.