Uses of Interface
org.springframework.integration.store.MessageStore
Package
Description
Root package of the Spring Integration Java DSL.
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.
Contains core-implementation of various Transformers which includes Enrichers
and Filters.
-
Uses of MessageStore in org.springframework.integration.dsl
Modifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.claimCheckIn
(MessageStore messageStore) BaseIntegrationFlowDefinition.claimCheckIn
(MessageStore messageStore, Consumer<GenericEndpointSpec<MessageTransformingHandler>> endpointConfigurer) BaseIntegrationFlowDefinition.claimCheckOut
(MessageStore messageStore) Populate theMessageTransformingHandler
for theClaimCheckOutTransformer
with providedMessageStore
.BaseIntegrationFlowDefinition.claimCheckOut
(MessageStore messageStore, boolean removeMessage) Populate theMessageTransformingHandler
for theClaimCheckOutTransformer
with providedMessageStore
andremoveMessage
flag.BaseIntegrationFlowDefinition.claimCheckOut
(MessageStore messageStore, boolean removeMessage, Consumer<GenericEndpointSpec<MessageTransformingHandler>> endpointConfigurer) Populate theMessageTransformingHandler
for theClaimCheckOutTransformer
with providedMessageStore
andremoveMessage
flag. -
Uses of MessageStore in org.springframework.integration.hazelcast.store
Modifier and TypeClassDescriptionclass
The HazelcastIMap
-basedAbstractKeyValueMessageStore
implementation. -
Uses of MessageStore in org.springframework.integration.jdbc.store
Modifier and TypeClassDescriptionclass
Implementation ofMessageStore
using a relational database via JDBC. -
Uses of MessageStore in org.springframework.integration.mongodb.store
Modifier and TypeClassDescriptionclass
An alternate MongoDBMessageStore
andMessageGroupStore
which allows the user to configure the instance ofMongoTemplate
.class
An implementation of both theMessageStore
andMessageGroupStore
strategies that relies upon MongoDB for persistence. -
Uses of MessageStore in org.springframework.integration.redis.store
Modifier and TypeClassDescriptionclass
Redis implementation of the key/value styleMessageStore
andMessageGroupStore
-
Uses of MessageStore in org.springframework.integration.store
Modifier and TypeClassDescriptionclass
Base class for implementations of Key/Value styleMessageGroupStore
andMessageStore
.class
Map-based in-memory implementation ofMessageStore
andMessageGroupStore
. -
Uses of MessageStore in org.springframework.integration.transformer
ModifierConstructorDescriptionClaimCheckInTransformer
(MessageStore messageStore) Create a claim check-in transformer that will delegate to the provided MessageStore.ClaimCheckOutTransformer
(MessageStore messageStore) Create a claim check-out transformer that will delegate to the provided MessageStore.