public interface PagedMessage extends EncodingSupport
We can't just record the ServerMessage as we need other information (such as the TransactionID used during paging)
Modifier and Type | Method and Description |
---|---|
ServerMessage |
getMessage() |
long[] |
getQueueIDs()
The queues that were routed during paging
|
long |
getTransactionID() |
void |
initMessage(StorageManager storageManager) |
decode, encode, getEncodeSize
ServerMessage getMessage()
long[] getQueueIDs()
void initMessage(StorageManager storageManager)
long getTransactionID()
Copyright © 2018 JBoss by Red Hat. All rights reserved.