Package | Description |
---|---|
org.springframework.integration.store |
Provides classes releated to storing messages.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageGroupStore.registerMessageGroupExpiryCallback(MessageGroupStore.MessageGroupCallback callback)
Register a callback for when a message group is expired through
MessageGroupStore.expireMessageGroups(long) . |
void |
AbstractMessageGroupStore.registerMessageGroupExpiryCallback(MessageGroupStore.MessageGroupCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMessageGroupStore.setExpiryCallbacks(Collection<MessageGroupStore.MessageGroupCallback> expiryCallbacks)
Convenient injection point for expiry callbacks in the message store.
|
Copyright © 2017. All rights reserved.