public abstract class AbstractBatchingMessageGroupStore extends java.lang.Object implements BasicMessageGroupStore
Constructor and Description |
---|
AbstractBatchingMessageGroupStore() |
Modifier and Type | Method and Description |
---|---|
int |
getRemoveBatchSize() |
void |
setRemoveBatchSize(int removeBatchSize)
Set the batch size when bulk removing messages from groups for message stores
that support batch removal.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addMessageToGroup, getMessageGroup, messageGroupSize, pollMessageFromGroup, removeMessageGroup
public void setRemoveBatchSize(int removeBatchSize)
removeBatchSize
- the batch size.public int getRemoveBatchSize()