public class AggregateReifier extends ProcessorReifier<AggregateDefinition>
definition, log
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.processor.aggregate.AggregateProcessor |
createAggregator(org.apache.camel.spi.RouteContext routeContext) |
static org.apache.camel.processor.aggregate.OptimisticLockRetryPolicy |
createOptimisticLockRetryPolicy(OptimisticLockRetryPolicyDefinition definition) |
org.apache.camel.Processor |
createProcessor(org.apache.camel.spi.RouteContext routeContext)
Override this in definition class and implement logic to create the processor
based on the definition model.
|
addInterceptStrategies, addRoutes, configureChild, createChildProcessor, createCompositeProcessor, createOutputsProcessor, createOutputsProcessor, createOutputsProcessorImpl, createProcessor, getId, makeProcessor, preCreateProcessor, registerReifier, reifier, wrapChannel, wrapChannel, wrapInErrorHandler, wrapProcessor
public org.apache.camel.Processor createProcessor(org.apache.camel.spi.RouteContext routeContext) throws Exception
ProcessorReifier
createProcessor
in class ProcessorReifier<AggregateDefinition>
Exception
protected org.apache.camel.processor.aggregate.AggregateProcessor createAggregator(org.apache.camel.spi.RouteContext routeContext) throws Exception
Exception
public static org.apache.camel.processor.aggregate.OptimisticLockRetryPolicy createOptimisticLockRetryPolicy(OptimisticLockRetryPolicyDefinition definition)
Apache Camel