Spring Integration

Uses of Interface
org.springframework.integration.aggregator.ReleaseStrategy

Packages that use ReleaseStrategy
org.springframework.integration.aggregator   
org.springframework.integration.config   
 

Uses of ReleaseStrategy in org.springframework.integration.aggregator
 

Classes in org.springframework.integration.aggregator that implement ReleaseStrategy
 class ExpressionEvaluatingReleaseStrategy
          A ReleaseStrategy that evaluates an expression.
 class MessageCountReleaseStrategy
          A ReleaseStrategy that releases only the first n messages, where n is a threshold.
 class MethodInvokingReleaseStrategy
          A ReleaseStrategy that invokes a method on a plain old Java object.
 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)
           
 

Uses of ReleaseStrategy in org.springframework.integration.config
 

Methods in org.springframework.integration.config that return ReleaseStrategy
 ReleaseStrategy ReleaseStrategyFactoryBean.getObject()
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.