public class ResequenceReifier extends ProcessorReifier<ResequenceDefinition>
definition, logcamelContext, routeContext| Constructor and Description |
|---|
ResequenceReifier(org.apache.camel.spi.RouteContext routeContext,
ProcessorDefinition<?> definition) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.processor.Resequencer |
createBatchResequencer(org.apache.camel.spi.RouteContext routeContext,
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.spi.RouteContext routeContext,
StreamResequencerConfig config)
Creates a
StreamResequencer instance applying the given
config. |
addInterceptStrategies, addRoutes, clearReifiers, configureChild, createChildProcessor, createCompositeProcessor, createOutputsProcessor, createOutputsProcessor, createOutputsProcessorImpl, createProcessor, getConfiguredExecutorService, getConfiguredScheduledExecutorService, getId, hasOutputs, lookupExecutorServiceRef, lookupScheduledExecutorServiceRef, makeProcessor, preCreateProcessor, registerReifier, reifier, willCreateNewThreadPool, wrapChannel, wrapChannel, wrapInErrorHandler, wrapProcessorasRef, createExpression, createExpression, createPredicate, createPredicate, or, parse, parse, parseBoolean, parseBoolean, parseFloat, parseFloat, parseInt, parseInt, parseLong, parseLong, parseStringpublic ResequenceReifier(org.apache.camel.spi.RouteContext routeContext, ProcessorDefinition<?> definition)
public org.apache.camel.Processor createProcessor() throws Exception
ProcessorReifiercreateProcessor in class ProcessorReifier<ResequenceDefinition>Exceptionprotected org.apache.camel.processor.Resequencer createBatchResequencer(org.apache.camel.spi.RouteContext routeContext, BatchResequencerConfig config) throws Exception
Resequencer instance applying the given
config.routeContext - route context.config - batch resequencer configuration.Exception - can be thrownprotected org.apache.camel.processor.StreamResequencer createStreamResequencer(org.apache.camel.spi.RouteContext routeContext, StreamResequencerConfig config) throws Exception
StreamResequencer instance applying the given
config.routeContext - route context.config - stream resequencer configuration.Exception - can be thrwonApache Camel