public interface IMessageWriter extends Closeable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isClosed() |
void |
writeMessage(Message m)
Write a message out to the bus.
|
void writeMessage(Message m) throws IOException
m - The message to writeIOException - If an IO error occurs.boolean isClosed()
Copyright © 2020. All rights reserved.