Interface IQueueable
- All Known Implementing Classes:
QueueableItem
public interface IQueueable
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]getBytes()ThegetBytesmethod is responsible for write object to buffer of bytes.intThis is identifier of queue's item
-
Method Details
-
getSeqNum
int getSeqNum()This is identifier of queue's item- Returns:
- identifier
-
getBytes
byte[] getBytes()ThegetBytesmethod is responsible for write object to buffer of bytes.- Returns:
- buffer of bytes
-
getJmsMessageParams
String getJmsMessageParams()
-