Class SimpleSequenceSizeReleaseStrategy
java.lang.Object
org.springframework.integration.aggregator.SimpleSequenceSizeReleaseStrategy
- All Implemented Interfaces:
ReleaseStrategy
An implementation of
ReleaseStrategy
that simply compares the current size of
the message list to the expected 'sequenceSize'. It does not support releasing partial
sequences. Correlating message handlers using this strategy do not check for duplicate
sequence numbers.- Since:
- 4.3.4
- Author:
- Gary Russell
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SimpleSequenceSizeReleaseStrategy
public SimpleSequenceSizeReleaseStrategy()
-
-
Method Details
-
canRelease
- Specified by:
canRelease
in interfaceReleaseStrategy
-