|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageGroupStore | |
---|---|
org.springframework.integration.aggregator | |
org.springframework.integration.jdbc | |
org.springframework.integration.store |
Uses of MessageGroupStore in org.springframework.integration.aggregator |
---|
Methods in org.springframework.integration.aggregator with parameters of type MessageGroupStore | |
---|---|
void |
CorrelatingMessageHandler.setMessageStore(MessageGroupStore store)
|
Constructors in org.springframework.integration.aggregator with parameters of type MessageGroupStore | |
---|---|
CorrelatingMessageBarrier(MessageGroupStore store)
|
|
CorrelatingMessageHandler(MessageGroupProcessor processor,
MessageGroupStore store)
|
|
CorrelatingMessageHandler(MessageGroupProcessor processor,
MessageGroupStore store,
CorrelationStrategy correlationStrategy,
ReleaseStrategy releaseStrategy)
|
Uses of MessageGroupStore in org.springframework.integration.jdbc |
---|
Classes in org.springframework.integration.jdbc that implement MessageGroupStore | |
---|---|
class |
JdbcMessageStore
Implementation of MessageStore using a relational database via JDBC. |
Uses of MessageGroupStore in org.springframework.integration.store |
---|
Classes in org.springframework.integration.store that implement MessageGroupStore | |
---|---|
class |
AbstractMessageGroupStore
|
class |
SimpleMessageStore
Map-based implementation of MessageStore and MessageGroupStore . |
Methods in org.springframework.integration.store with parameters of type MessageGroupStore | |
---|---|
void |
MessageGroupCallback.execute(MessageGroupStore messageGroupStore,
MessageGroup group)
|
void |
MessageGroupStoreReaper.setMessageGroupStore(MessageGroupStore messageGroupStore)
A message group store to expire according the the other configurations. |
Constructors in org.springframework.integration.store with parameters of type MessageGroupStore | |
---|---|
MessageGroupQueue(MessageGroupStore messageGroupStore,
Object groupId)
|
|
MessageGroupQueue(MessageGroupStore messageGroupStore,
Object groupId,
int capacity)
|
|
MessageGroupStoreReaper(MessageGroupStore messageGroupStore)
|
|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |