M
- the kind of messagepublic interface SpecializedSender<M> extends MessageSender
Modifier and Type | Method and Description |
---|---|
void |
send(M message)
Sends the message.
|
send
void send(M message) throws MessageException
message
- the message to sendMessageException
- when the message couldn't be sentCopyright © 2021. All rights reserved.