Uses of Package
org.springframework.integration.store
Packages that use org.springframework.integration.store
Package
Description
Provides classes related to message aggregation.
Provides classes representing various channel types.
Base package for configuration.
Root package of the Spring Integration Java DSL.
Provides support classes for file-based aggregation logic.
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.
Contains core-implementation of various Transformers which includes Enrichers
and Filters.
-
Classes in org.springframework.integration.store used by org.springframework.integration.aggregatorClassDescriptionA group of messages that are correlated with each other and should be processed in the same context.Defines additional storage operations on groups of messages linked by a group id.Represents a mutable group of correlated messages that is bound to a certain
MessageStore
and group id. -
Classes in org.springframework.integration.store used by org.springframework.integration.channelClassDescriptionA
BlockingQueue
that is backed by aMessageGroupStore
.AChannelMessageStore
that supports the notion of message priority. -
Classes in org.springframework.integration.store used by org.springframework.integration.configClassDescriptionA group of messages that are correlated with each other and should be processed in the same context.Defines additional storage operations on groups of messages linked by a group id.
-
Classes in org.springframework.integration.store used by org.springframework.integration.dslClassDescriptionA marker interface that indicates this message store has optimizations for use in a
QueueChannel
.A group of messages that are correlated with each other and should be processed in the same context.Defines additional storage operations on groups of messages linked by a group id.Strategy interface for storing and retrieving messages.AChannelMessageStore
that supports the notion of message priority. -
Classes in org.springframework.integration.store used by org.springframework.integration.file.aggregatorClassDescriptionA group of messages that are correlated with each other and should be processed in the same context.
-
Classes in org.springframework.integration.store used by org.springframework.integration.handlerClassDescriptionDefines additional storage operations on groups of messages linked by a group id.
-
Classes in org.springframework.integration.store used by org.springframework.integration.hazelcast.storeClassDescriptionBase class for implementations of Key/Value style
MessageGroupStore
andMessageStore
.Defines a minimal message group store with basic capabilities.Defines additional storage operations on groups of messages linked by a group id.Strategy interface for storing and retrieving messages. -
Classes in org.springframework.integration.store used by org.springframework.integration.jdbc.storeClassDescriptionDefines a minimal message group store with basic capabilities.A marker interface that indicates this message store has optimizations for use in a
QueueChannel
.A group of messages that are correlated with each other and should be processed in the same context.TheMessageGroup
factory strategy.Value Object holding metadata about a MessageGroup in the MessageGroupStore.Defines additional storage operations on groups of messages linked by a group id.Value Object holding metadata about a Message in the MessageStore.Strategy interface for storing and retrieving messages.AChannelMessageStore
that supports the notion of message priority. -
Classes in org.springframework.integration.store used by org.springframework.integration.mongodb.storeClassDescriptionDefines a minimal message group store with basic capabilities.A marker interface that indicates this message store has optimizations for use in a
QueueChannel
.A group of messages that are correlated with each other and should be processed in the same context.Defines additional storage operations on groups of messages linked by a group id.Value Object holding metadata about a Message in the MessageStore.Strategy interface for storing and retrieving messages.AChannelMessageStore
that supports the notion of message priority. -
Classes in org.springframework.integration.store used by org.springframework.integration.redis.storeClassDescriptionBase class for implementations of Key/Value style
MessageGroupStore
andMessageStore
.Defines a minimal message group store with basic capabilities.A marker interface that indicates this message store has optimizations for use in aQueueChannel
.A group of messages that are correlated with each other and should be processed in the same context.TheMessageGroup
factory strategy.Defines additional storage operations on groups of messages linked by a group id.Strategy interface for storing and retrieving messages.AChannelMessageStore
that supports the notion of message priority. -
Classes in org.springframework.integration.store used by org.springframework.integration.storeClassDescriptionDefines a minimal message group store with basic capabilities.A marker interface that indicates this message store has optimizations for use in a
QueueChannel
.A group of messages that are correlated with each other and should be processed in the same context.TheMessageGroup
factory strategy.Value Object holding metadata about a MessageGroup in the MessageGroupStore.Defines additional storage operations on groups of messages linked by a group id.Invoked when a MessageGroupStore expires a group.Value Object holding metadata about a Message in the MessageStore.Strategy interface for storing and retrieving messages. -
Classes in org.springframework.integration.store used by org.springframework.integration.transformer