| Package | Description |
|---|---|
| org.springframework.integration.jdbc |
Root package of the Spring Integration JDBC module, which contains various
JDBC and Stored Procedure/Function supporting components.
|
| org.springframework.integration.jdbc.store |
Provides JDBC-backed Message Store implementations.
|
| org.springframework.integration.mongodb.store |
Provides classes related to the MongoDB message store.
|
| org.springframework.integration.redis.store |
Provides classes related to the Redis message store.
|
| org.springframework.integration.store |
Provides classes releated to storing messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcMessageStore
Implementation of
MessageStore using a relational database via JDBC. |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcChannelMessageStore
Channel-specific implementation of
MessageGroupStore using a relational
database via JDBC. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurableMongoDbMessageStore
An alternate MongoDB
MessageStore and MessageGroupStore which allows the user to
configure the instance of MongoTemplate. |
class |
MongoDbMessageStore
An implementation of both the
MessageStore and MessageGroupStore
strategies that relies upon MongoDB for persistence. |
| Modifier and Type | Class and Description |
|---|---|
class |
RedisMessageStore
Redis implementation of the key/value style
MessageStore and MessageGroupStore |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKeyValueMessageStore
Base class for implementations of Key/Value style
MessageGroupStore and MessageStore |
class |
SimpleMessageStore
Map-based in-memory implementation of
MessageStore and MessageGroupStore. |
Copyright © 2016. All rights reserved.