Package io.adamantic.quicknote
Interface Sender
- All Superinterfaces:
AutoCloseable,Channel
A channel to send messages to a remote destination.
- Author:
- Domenico Barra - domenico@adamantic.io
-
Method Summary
-
Method Details
-
send
Sends a message to a remote destination. Guarantees on delivery- Parameters:
n- the message to send- Throws:
IOException- if the message cannot be sent
-