public class DynamicRouterReifier extends ProcessorReifier<T>
definition, logcamelContext, route| Constructor and Description |
|---|
DynamicRouterReifier(org.apache.camel.Route route,
ProcessorDefinition<?> definition) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.processor.FilterProcessor |
createFilterProcessor()
Creates the
FilterProcessor from the expression node. |
protected org.apache.camel.Predicate |
createPredicate()
Creates the
Predicate from the expression node. |
org.apache.camel.Processor |
createProcessor()
Override this in definition class and implement logic to create the
processor based on the definition model.
|
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 DynamicRouterReifier(org.apache.camel.Route route, ProcessorDefinition<?> definition)
public org.apache.camel.Processor createProcessor() throws Exception
ProcessorReifiercreateProcessor in class ProcessorReifier<DynamicRouterDefinition<?>>Exceptionprotected org.apache.camel.processor.FilterProcessor createFilterProcessor() throws Exception
FilterProcessor from the expression node.FilterProcessorException - is thrown if error creating the processorprotected org.apache.camel.Predicate createPredicate()
Predicate from the expression node.Apache Camel