public interface MessageSender<InternalMessageType,MetaDataType>
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Completable |
doSend(InternalMessageType message,
MetaDataType outgoingMessageMetaData)
Protocol specific implementation of the sending the passed message using the passed (protocol specific) send
specs
|
io.reactivex.Completable doSend(InternalMessageType message, MetaDataType outgoingMessageMetaData)
Copyright © 2018. All rights reserved.