Interface IMessageWriter
- All Superinterfaces:
AutoCloseable, Closeable
- All Known Implementing Classes:
AbstractOutputStreamMessageWriter, OutputStreamMessageWriter
Interface that lets you write a message to the currently used transport.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisClosed()voidwriteMessage(Message _msg) Write a message out to the bus.
-
Method Details
-
writeMessage
Write a message out to the bus.- Parameters:
_msg- The message to write- Throws:
IOException- If an IO error occurs.
-
isClosed
boolean isClosed()
-