Uses of Interface
org.springframework.integration.store.MessageGroupStore.MessageGroupCallback
Package
Description
Provides classes releated to storing messages.
-
Uses of MessageGroupStore.MessageGroupCallback in org.springframework.integration.store
Modifier and TypeInterfaceDescriptioninterface
A marker interface extension of theMessageGroupStore.MessageGroupCallback
for components which should be registered in theMessageGroupStore
only once.Modifier and TypeMethodDescriptionvoid
AbstractMessageGroupStore.registerMessageGroupExpiryCallback
(MessageGroupStore.MessageGroupCallback callback) void
MessageGroupStore.registerMessageGroupExpiryCallback
(MessageGroupStore.MessageGroupCallback callback) Register a callback for when a message group is expired throughMessageGroupStore.expireMessageGroups(long)
.Modifier and TypeMethodDescriptionvoid
AbstractMessageGroupStore.setExpiryCallbacks
(Collection<MessageGroupStore.MessageGroupCallback> expiryCallbacks) Convenient injection point for expiry callbacks in the message store.