Uses of Interface
org.springframework.integration.store.MessageGroupStore
Package
Description
Provides classes related to message aggregation.
Base package for configuration.
Root package of the Spring Integration Java DSL.
Provides classes implementing various types of message handler.
Provides the Message Store support classes.
Provides JDBC-backed Message Store implementations.
Provides classes related to the MongoDB message store.
Provides classes related to the Redis message store.
Provides classes releated to storing messages.
-
Uses of MessageGroupStore in org.springframework.integration.aggregator
Modifier and TypeMethodDescriptionfinal void
AbstractCorrelatingMessageHandler.setMessageStore
(MessageGroupStore store) ModifierConstructorDescriptionAbstractCorrelatingMessageHandler
(MessageGroupProcessor processor, MessageGroupStore store) AbstractCorrelatingMessageHandler
(MessageGroupProcessor processor, MessageGroupStore store, CorrelationStrategy correlationStrategy, ReleaseStrategy releaseStrategy) AggregatingMessageHandler
(MessageGroupProcessor processor, MessageGroupStore store) AggregatingMessageHandler
(MessageGroupProcessor processor, MessageGroupStore store, CorrelationStrategy correlationStrategy, ReleaseStrategy releaseStrategy) ResequencingMessageHandler
(MessageGroupProcessor processor, MessageGroupStore store) ResequencingMessageHandler
(MessageGroupProcessor processor, MessageGroupStore store, CorrelationStrategy correlationStrategy, ReleaseStrategy releaseStrategy) -
Uses of MessageGroupStore in org.springframework.integration.config
Modifier and TypeMethodDescriptionvoid
AggregatorFactoryBean.setMessageStore
(MessageGroupStore messageStore) -
Uses of MessageGroupStore in org.springframework.integration.dsl
Modifier and TypeMethodDescriptionCorrelationHandlerSpec.messageStore
(MessageGroupStore messageStore) DelayerEndpointSpec.messageStore
(MessageGroupStore messageStore) -
Uses of MessageGroupStore in org.springframework.integration.handler
Modifier and TypeMethodDescriptionvoid
DelayHandler.setMessageStore
(MessageGroupStore messageStore) Specify theMessageGroupStore
that should be used to store Messages while awaiting the delay. -
Uses of MessageGroupStore in org.springframework.integration.hazelcast.store
Modifier and TypeClassDescriptionclass
The HazelcastIMap
-basedAbstractKeyValueMessageStore
implementation. -
Uses of MessageGroupStore in org.springframework.integration.jdbc.store
Modifier and TypeClassDescriptionclass
Implementation ofMessageStore
using a relational database via JDBC. -
Uses of MessageGroupStore in org.springframework.integration.mongodb.store
Modifier and TypeClassDescriptionclass
The abstract MongoDBAbstractMessageGroupStore
implementation to provide configuration for common options for implementations of this class.class
An alternate MongoDBMessageStore
andMessageGroupStore
which allows the user to configure the instance ofMongoTemplate
.class
MongoDBPriorityCapableChannelMessageStore
implementation.class
An implementation of both theMessageStore
andMessageGroupStore
strategies that relies upon MongoDB for persistence. -
Uses of MessageGroupStore in org.springframework.integration.redis.store
Modifier and TypeClassDescriptionclass
Redis implementation of the key/value styleMessageStore
andMessageGroupStore
-
Uses of MessageGroupStore in org.springframework.integration.store
Modifier and TypeClassDescriptionclass
Base class for implementations of Key/Value styleMessageGroupStore
andMessageStore
.class
class
Map-based in-memory implementation ofMessageStore
andMessageGroupStore
.Modifier and TypeMethodDescriptionMessageGroupFactory.create
(MessageGroupStore messageGroupStore, Object groupId) Create aMessageGroup
instance based on the providedgroupId
.MessageGroupFactory.create
(MessageGroupStore messageGroupStore, Object groupId, long timestamp, boolean complete) Create aMessageGroup
instance based on the providedgroupId
.SimpleMessageGroupFactory.create
(MessageGroupStore messageGroupStore, Object groupId) SimpleMessageGroupFactory.create
(MessageGroupStore messageGroupStore, Object groupId, long timestamp, boolean complete) void
MessageGroupStore.MessageGroupCallback.execute
(MessageGroupStore messageGroupStore, MessageGroup group) void
MessageGroupStoreReaper.setMessageGroupStore
(MessageGroupStore messageGroupStore) A message group store to expire according the other configurations.