Interface MessageAppender

    • Method Detail

      • appendFrame

        void appendFrame​(ByteBuffer framePayload,
                         boolean isLast)
                  throws IOException
        Deprecated.
        Append the frame payload to the message.
        Parameters:
        framePayload - the frame payload to append.
        isLast - flag indicating if this is the last part of the message or not.
        Throws:
        IOException - if unable to append the frame payload
      • messageComplete

        void messageComplete()
        Deprecated.
        Notification that message is to be considered complete.

        Any cleanup or final actions should be taken here.