Spring Integration

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

Packages that use CorrelationStrategy
org.springframework.integration.aggregator   
 

Uses of CorrelationStrategy in org.springframework.integration.aggregator
 

Classes in org.springframework.integration.aggregator that implement CorrelationStrategy
 class CorrelationStrategyAdapter
          CorrelationStrategy implementation that works as an adapter to another bean.
 class HeaderAttributeCorrelationStrategy
          Default implementation of CorrelationStrategy.
 

Methods in org.springframework.integration.aggregator with parameters of type CorrelationStrategy
 void CorrelatingMessageBarrier.setCorrelationStrategy(CorrelationStrategy correlationStrategy)
          Set the CorrelationStrategy to be used to determine the correlation key for incoming messages
 void CorrelatingMessageHandler.setCorrelationStrategy(CorrelationStrategy correlationStrategy)
           
 

Constructors in org.springframework.integration.aggregator with parameters of type CorrelationStrategy
CorrelatingMessageHandler(MessageGroupProcessor processor, MessageGroupStore store, CorrelationStrategy correlationStrategy, ReleaseStrategy releaseStrategy)
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.