- Alle Superschnittstellen:
AutoCloseable,Closeable
- Alle bekannten Implementierungsklassen:
AbstractOutputStreamMessageWriter,OutputStreamMessageWriter
Interface that lets you write a message to the currently used transport.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanisClosed()voidwriteMessage(Message _msg) Write a message out to the bus.
-
Methodendetails
-
writeMessage
Write a message out to the bus.- Parameter:
_msg- The message to write- Löst aus:
IOException- If an IO error occurs.
-
isClosed
boolean isClosed()
-