Interface IQueueable
- All Known Implementing Classes:
QueueableItem
public interface IQueueable
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getBytes()
ThegetBytes
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()ThegetBytes
method is responsible for write object to buffer of bytes.- Returns:
- buffer of bytes
-
getJmsMessageParams
String getJmsMessageParams()
-