Interface BufferHandler

    • Method Detail

      • bufferReceived

        void bufferReceived​(Object connectionID,
                            ActiveMQBuffer buffer)
        called by the remoting connection when a buffer is received.
        Parameters:
        connectionID - the connection the buffer was received on
        buffer - the buffer to decode
      • endOfBatch

        default void endOfBatch​(Object connectionID)