|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReleaseStrategy | |
---|---|
org.springframework.integration.aggregator |
Uses of ReleaseStrategy in org.springframework.integration.aggregator |
---|
Classes in org.springframework.integration.aggregator that implement ReleaseStrategy | |
---|---|
class |
MessageCountReleaseStrategy
A ReleaseStrategy that releases only the first n messages, where n is a threshold. |
class |
ReleaseStrategyAdapter
Adapter for methods annotated with @ReleaseStrategy
and for 'release-strategy ' elements that include a 'method '
attribute (e.g. |
class |
SequenceSizeReleaseStrategy
An implementation of ReleaseStrategy that simply compares the
current size of the message list to the expected 'sequenceSize'. |
class |
TimeoutCountSequenceSizeReleaseStrategy
A ReleaseStrategy that releases all messages if any of the following is true:
The sequence is complete (if there is one). |
Methods in org.springframework.integration.aggregator with parameters of type ReleaseStrategy | |
---|---|
void |
CorrelatingMessageBarrier.setReleaseStrategy(ReleaseStrategy releaseStrategy)
Set the ReleaseStrategy that should be used when deciding if a group in this barrier may be released. |
void |
CorrelatingMessageHandler.setReleaseStrategy(ReleaseStrategy releaseStrategy)
|
Constructors in org.springframework.integration.aggregator with parameters of type ReleaseStrategy | |
---|---|
CorrelatingMessageHandler(MessageGroupProcessor processor,
MessageGroupStore store,
CorrelationStrategy correlationStrategy,
ReleaseStrategy releaseStrategy)
|
|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |