Interface IMessageWriter

    • Method Detail

      • writeMessage

        void writeMessage​(Message m)
                   throws IOException
        Write a message out to the bus.
        Parameters:
        m - The message to write
        Throws:
        IOException - If an IO error occurs.
      • isClosed

        boolean isClosed()