Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.camel.processor.aggregate Classes and Interfaces - 15 results found.
NameDescriptionTypePackageFramework
AbstractListAggregationStrategyAggregate all exchanges into a List of values defined by the getValue(Exchange) call.Classorg.apache.camel.processor.aggregateApache Camel
AggregateProcessorAn implementation of the Aggregator pattern where a batch of messages are processed (up to a maximum amount orClassorg.apache.camel.processor.aggregateApache Camel
AggregationStrategyA strategy for aggregating two exchanges together into a single exchange.Interfaceorg.apache.camel.processor.aggregateApache Camel
AggregationStrategyBeanAdapterAn AggregationStrategy that adapts to a POJO.Classorg.apache.camel.processor.aggregateApache Camel
AggregationStrategyBeanInfoClass information about the POJO method to call when using the AggregationStrategyBeanAdapter.Classorg.apache.camel.processor.aggregateApache Camel
AggregationStrategyMethodInfoMethod information about the POJO method to call when using the AggregationStrategyBeanAdapter.Classorg.apache.camel.processor.aggregateApache Camel
ClosedCorrelationKeyExceptionThe correlation key has been closed and the Exchange cannot be aggregated.Classorg.apache.camel.processor.aggregateApache Camel
CompletionAwareAggregationStrategyA specialized AggregationStrategy which has callback when the aggregated Exchange is completed.Interfaceorg.apache.camel.processor.aggregateApache Camel
GroupedExchangeAggregationStrategyAggregate all exchanges into a single combined Exchange holding all the aggregated exchanges in a List of Exchange as the message body.Classorg.apache.camel.processor.aggregateApache Camel
MemoryAggregationRepositoryA memory based AggregationRepository which stores Exchanges in memory only.Classorg.apache.camel.processor.aggregateApache Camel
OptimisticLockingAwareAggregationStrategyA specialized AggregationStrategy which gets a callback when the aggregated Exchange fails to add in the OptimisticLockingAggregationRepository because ofInterfaceorg.apache.camel.processor.aggregateApache Camel
OptimisticLockRetryPolicyClass to control how failed optimistic locks are tried.Classorg.apache.camel.processor.aggregateApache Camel
TimeoutAwareAggregationStrategyA specialized AggregationStrategy which can handle timeouts as well.Interfaceorg.apache.camel.processor.aggregateApache Camel
UseLatestAggregationStrategyAn AggregationStrategy which just uses the latest exchange which is useful for status messages where old status messages have no real value.Classorg.apache.camel.processor.aggregateApache Camel
UseOriginalAggregationStrategyAn AggregationStrategy which just uses the original exchange which can be needed when you want to preserve the original Exchange.Classorg.apache.camel.processor.aggregateApache Camel