public class ResequenceReifier extends ProcessorReifier<ResequenceDefinition>
definition, logcamelContext, route| Constructor and Description |
|---|
ResequenceReifier(org.apache.camel.Route route,
ProcessorDefinition<?> definition) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.processor.Resequencer |
createBatchResequencer(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(StreamResequencerConfig config)
Creates a
StreamResequencer instance applying the given
config. |
addRoutes, clearReifiers, configureChild, 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, ProcessorDefinition<?> definition)
public org.apache.camel.Processor createProcessor() throws Exception
ProcessorReifiercreateProcessor in class ProcessorReifier<ResequenceDefinition>Exceptionprotected org.apache.camel.processor.Resequencer createBatchResequencer(BatchResequencerConfig config) throws Exception
Resequencer instance applying the given
config.config - batch resequencer configuration.Exception - can be thrownprotected org.apache.camel.processor.StreamResequencer createStreamResequencer(StreamResequencerConfig config) throws Exception
StreamResequencer instance applying the given
config.config - stream resequencer configuration.Exception - can be thrwonApache Camel