Interface InternalProcessorFactory


  • public interface InternalProcessorFactory
    A factory used internally by Camel to create Processor and other internal building blocks. This factory is used to have loose coupling between the modules in core. Camel end user should NOT use this, but use ProcessorFactory instead.
    See Also:
    ProcessorFactory