Interface LargeBodyReader

  • All Superinterfaces:
    AutoCloseable

    public interface LargeBodyReader
    extends AutoCloseable
    Class used to readInto message body into buffers.
    Used to send large streams over the wire None of these methods should be caleld from Clients
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()
      This method must not be called directly by ActiveMQ Artemis clients.
      long getSize()
      This method must not be called directly by ActiveMQ Artemis clients.
      void open()
      This method must not be called directly by ActiveMQ Artemis clients.
      long position()
      This method must not be called directly by ActiveMQ Artemis clients.
      void position​(long position)
      This method must not be called directly by ActiveMQ Artemis clients.
      int readInto​(ByteBuffer bufferRead)
      This method must not be called directly by ActiveMQ Artemis clients.