Uses of Interface
org.springframework.integration.store.MessageStore
Packages that use 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.dslMethods in org.springframework.integration.dsl with parameters of type MessageStoreModifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.claimCheckIn(MessageStore messageStore) BaseIntegrationFlowDefinition.claimCheckIn(MessageStore messageStore, Consumer<GenericEndpointSpec<MessageTransformingHandler>> endpointConfigurer) BaseIntegrationFlowDefinition.claimCheckOut(MessageStore messageStore) Populate theMessageTransformingHandlerfor theClaimCheckOutTransformerwith providedMessageStore.BaseIntegrationFlowDefinition.claimCheckOut(MessageStore messageStore, boolean removeMessage) Populate theMessageTransformingHandlerfor theClaimCheckOutTransformerwith providedMessageStoreandremoveMessageflag.BaseIntegrationFlowDefinition.claimCheckOut(MessageStore messageStore, boolean removeMessage, Consumer<GenericEndpointSpec<MessageTransformingHandler>> endpointConfigurer) Populate theMessageTransformingHandlerfor theClaimCheckOutTransformerwith providedMessageStoreandremoveMessageflag.
- 
Uses of MessageStore in org.springframework.integration.hazelcast.storeClasses in org.springframework.integration.hazelcast.store that implement MessageStoreModifier and TypeClassDescriptionclassThe HazelcastIMap-basedAbstractKeyValueMessageStoreimplementation.
- 
Uses of MessageStore in org.springframework.integration.jdbc.storeClasses in org.springframework.integration.jdbc.store that implement MessageStoreModifier and TypeClassDescriptionclassImplementation ofMessageStoreusing a relational database via JDBC.
- 
Uses of MessageStore in org.springframework.integration.mongodb.storeClasses in org.springframework.integration.mongodb.store that implement MessageStoreModifier and TypeClassDescriptionclassAn alternate MongoDBMessageStoreandMessageGroupStorewhich allows the user to configure the instance ofMongoTemplate.classAn implementation of both theMessageStoreandMessageGroupStorestrategies that relies upon MongoDB for persistence.
- 
Uses of MessageStore in org.springframework.integration.redis.storeClasses in org.springframework.integration.redis.store that implement MessageStoreModifier and TypeClassDescriptionclassRedis implementation of the key/value styleMessageStoreandMessageGroupStore
- 
Uses of MessageStore in org.springframework.integration.storeClasses in org.springframework.integration.store that implement MessageStoreModifier and TypeClassDescriptionclassBase class for implementations of Key/Value styleMessageGroupStoreandMessageStore.classMap-based in-memory implementation ofMessageStoreandMessageGroupStore.
- 
Uses of MessageStore in org.springframework.integration.transformerConstructors in org.springframework.integration.transformer with parameters of type MessageStoreModifierConstructorDescriptionClaimCheckInTransformer(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.