Package org.apache.camel.reifier
Class ResequenceReifier
- java.lang.Object
-
- org.apache.camel.reifier.AbstractReifier
-
- org.apache.camel.reifier.ProcessorReifier<org.apache.camel.model.ResequenceDefinition>
-
- org.apache.camel.reifier.ResequenceReifier
-
- All Implemented Interfaces:
org.apache.camel.spi.BeanRepository
public class ResequenceReifier extends ProcessorReifier<org.apache.camel.model.ResequenceDefinition>
-
-
Field Summary
-
Fields inherited from class org.apache.camel.reifier.ProcessorReifier
definition
-
Fields inherited from class org.apache.camel.reifier.AbstractReifier
camelContext, route
-
-
Constructor Summary
Constructors Constructor Description ResequenceReifier(org.apache.camel.Route route, org.apache.camel.model.ProcessorDefinition<?> definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.camel.processor.Resequencer
createBatchResequencer(org.apache.camel.model.config.BatchResequencerConfig config)
Creates a batchResequencer
instance applying the givenconfig
.org.apache.camel.Processor
createProcessor()
Override this in definition class and implement logic to create the processor based on the definition model.protected org.apache.camel.processor.StreamResequencer
createStreamResequencer(org.apache.camel.model.config.StreamResequencerConfig config)
Creates aStreamResequencer
instance applying the givenconfig
.-
Methods inherited from class org.apache.camel.reifier.ProcessorReifier
addRoutes, clearReifiers, configureChild, coreReifier, createChildProcessor, createCompositeProcessor, createOutputsProcessor, createOutputsProcessor, createProcessor, getConfiguredExecutorService, getConfiguredScheduledExecutorService, getId, hasOutputs, lookupExecutorServiceRef, lookupScheduledExecutorServiceRef, makeProcessor, preCreateProcessor, registerReifier, reifier, willCreateNewThreadPool, wrapChannel, wrapChannel, wrapInErrorHandler, wrapProcessor
-
Methods inherited from class org.apache.camel.reifier.AbstractReifier
asRef, createExpression, createExpression, createPredicate, createPredicate, findByType, findByTypeWithName, findSingleByType, getRegistry, lookup, lookupByName, lookupByNameAndType, mandatoryLookup, or, parse, parse, parseBoolean, parseBoolean, parseDuration, parseDuration, parseFloat, parseFloat, parseInt, parseInt, parseLong, parseLong, parseString, resolveEndpoint, unwrap
-
-
-
-
Method Detail
-
createProcessor
public org.apache.camel.Processor createProcessor() throws Exception
Description copied from class:ProcessorReifier
Override this in definition class and implement logic to create the processor based on the definition model.- Specified by:
createProcessor
in classProcessorReifier<org.apache.camel.model.ResequenceDefinition>
- Throws:
Exception
-
createBatchResequencer
protected org.apache.camel.processor.Resequencer createBatchResequencer(org.apache.camel.model.config.BatchResequencerConfig config) throws Exception
Creates a batchResequencer
instance applying the givenconfig
.- Parameters:
config
- batch resequencer configuration.- Returns:
- the configured batch resequencer.
- Throws:
Exception
- can be thrown
-
createStreamResequencer
protected org.apache.camel.processor.StreamResequencer createStreamResequencer(org.apache.camel.model.config.StreamResequencerConfig config) throws Exception
Creates aStreamResequencer
instance applying the givenconfig
.- Parameters:
config
- stream resequencer configuration.- Returns:
- the configured stream resequencer.
- Throws:
Exception
- can be thrwon
-
-