Uses of Interface
org.apache.camel.spi.OptimisticLockingAggregationRepository

Packages that use OptimisticLockingAggregationRepository
org.apache.camel.processor.aggregate Helper classes for the Aggregator pattern. 
 

Uses of OptimisticLockingAggregationRepository in org.apache.camel.processor.aggregate
 

Classes in org.apache.camel.processor.aggregate that implement OptimisticLockingAggregationRepository
 class MemoryAggregationRepository
          A memory based AggregationRepository which stores Exchanges in memory only.
 



Apache Camel