Spring Integration

org.springframework.integration.aggregator
Interface ReleaseStrategy

All Known Implementing Classes:
ExpressionEvaluatingReleaseStrategy, MessageCountReleaseStrategy, MethodInvokingReleaseStrategy, SequenceSizeReleaseStrategy, TimeoutCountSequenceSizeReleaseStrategy

public interface ReleaseStrategy

Strategy for determining when a group of messages reaches a state of completion (i.e. can trip a barrier).

Author:
Mark Fisher, Dave Syer

Method Summary
 boolean canRelease(MessageGroup group)
           
 

Method Detail

canRelease

boolean canRelease(MessageGroup group)

Spring Integration