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.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.
|
org.springframework.integration.transformer |
Contains core-implementation of various Transformers which includes Enrichers
and Filters.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcMessageStore
Implementation of
MessageStore 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 . |
Constructor and Description |
---|
ClaimCheckInTransformer(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.
|
Copyright © 2017. All rights reserved.