|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageStore | |
---|---|
org.springframework.integration.handler | |
org.springframework.integration.jdbc | |
org.springframework.integration.store | |
org.springframework.integration.transformer |
Uses of MessageStore in org.springframework.integration.handler |
---|
Methods in org.springframework.integration.handler with parameters of type MessageStore | |
---|---|
void |
DelayHandler.setMessageStore(MessageStore messageStore)
Specify the MessageStore that should be used to store Messages
while awaiting the delay. |
Uses of MessageStore in org.springframework.integration.jdbc |
---|
Classes in org.springframework.integration.jdbc that implement MessageStore | |
---|---|
class |
JdbcMessageStore
Implementation of MessageStore using a relational database via JDBC. |
Uses of MessageStore in org.springframework.integration.store |
---|
Classes in org.springframework.integration.store that implement MessageStore | |
---|---|
class |
SimpleMessageStore
Map-based implementation of MessageStore and MessageGroupStore . |
Uses of MessageStore in org.springframework.integration.transformer |
---|
Constructors in org.springframework.integration.transformer with parameters of type MessageStore | |
---|---|
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. |
|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |