Interface IQueueable

All Known Implementing Classes:
QueueableItem

public interface IQueueable
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    The getBytes method is responsible for write object to buffer of bytes.
     
    int
    This is identifier of queue's item
  • Method Details

    • getSeqNum

      int getSeqNum()
      This is identifier of queue's item
      Returns:
      identifier
    • getBytes

      byte[] getBytes()
      The getBytes method is responsible for write object to buffer of bytes.
      Returns:
      buffer of bytes
    • getJmsMessageParams

      String getJmsMessageParams()