public class ResequenceReifier extends ProcessorReifier<ResequenceDefinition>
definition, log| Constructor and Description |
|---|
ResequenceReifier(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(org.apache.camel.spi.RouteContext routeContext)
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, configureChild, createChildProcessor, createCompositeProcessor, createOutputsProcessor, createOutputsProcessor, createOutputsProcessorImpl, createProcessor, getId, makeProcessor, preCreateProcessor, registerReifier, reifier, wrapChannel, wrapChannel, wrapInErrorHandler, wrapProcessorpublic ResequenceReifier(ProcessorDefinition<?> definition)
public org.apache.camel.Processor createProcessor(org.apache.camel.spi.RouteContext routeContext) 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