Uses of Class
org.openehealth.ipf.platform.camel.core.adapter.AggregatorAdapter
Package
Description
-
Uses of AggregatorAdapter in org.openehealth.ipf.platform.camel.core.adapter
Modifier and TypeMethodDescriptionAggregatorAdapter.aggregationInput
(Closure aggregationInputExpressionLogic) AggregatorAdapter.aggregationInput
(Expression aggregationInputExpression) Sets anExpression
for obtaining data to be obtained from an additional (new)Exchange
. -
Uses of AggregatorAdapter in org.openehealth.ipf.platform.camel.core.builder
Modifier and TypeMethodDescriptionRouteHelper.aggregationStrategy
(String aggregatorBeanName) Creates a newAggregatorAdapter
that adapts aAggregator
Spring bean identified by nameaggregatorBeanName
.RouteHelper.aggregationStrategy
(Aggregator aggregator) Creates a newAggregatorAdapter
that adapts the givenaggregator
. -
Uses of AggregatorAdapter in org.openehealth.ipf.platform.camel.core.extend
Modifier and TypeMethodDescriptionstatic AggregatorAdapter
CoreExtensionModule.aggregationStrategy
(org.apache.camel.builder.RouteBuilder self, Aggregator aggregator)