public class ResequenceReifier extends ProcessorReifier<org.apache.camel.model.ResequenceDefinition>
definitioncamelContext, route| Constructor and Description |
|---|
ResequenceReifier(org.apache.camel.Route route,
org.apache.camel.model.ProcessorDefinition<?> definition) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.processor.Resequencer |
createBatchResequencer(org.apache.camel.model.config.BatchResequencerConfig config)
Creates a batch
Resequencer instance applying the given config. |
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 a
StreamResequencer instance applying the given config. |
addRoutes, clearReifiers, configureChild, coreReifier, createChildProcessor, createCompositeProcessor, createOutputsProcessor, createOutputsProcessor, createProcessor, getConfiguredExecutorService, getConfiguredScheduledExecutorService, getId, hasOutputs, lookupExecutorServiceRef, lookupScheduledExecutorServiceRef, makeProcessor, preCreateProcessor, registerReifier, reifier, willCreateNewThreadPool, wrapChannel, wrapChannel, wrapInErrorHandler, wrapProcessorasRef, 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, unwrappublic ResequenceReifier(org.apache.camel.Route route,
org.apache.camel.model.ProcessorDefinition<?> definition)
public org.apache.camel.Processor createProcessor()
throws Exception
ProcessorReifiercreateProcessor in class ProcessorReifier<org.apache.camel.model.ResequenceDefinition>Exceptionprotected org.apache.camel.processor.Resequencer createBatchResequencer(org.apache.camel.model.config.BatchResequencerConfig config)
throws Exception
Resequencer instance applying the given config.config - batch resequencer configuration.Exception - can be thrownprotected org.apache.camel.processor.StreamResequencer createStreamResequencer(org.apache.camel.model.config.StreamResequencerConfig config)
throws Exception
StreamResequencer instance applying the given config.config - stream resequencer configuration.Exception - can be thrwonApache Camel