Class PrioritizedFilterProcessor.PrioritizedFilterProcessorFactory

    • Constructor Detail

      • PrioritizedFilterProcessorFactory

        public PrioritizedFilterProcessorFactory()
    • Method Detail

      • getInstance

        public PrioritizedFilterProcessor getInstance​(String id,
                                                      int priority,
                                                      org.apache.camel.CamelContext context,
                                                      org.apache.camel.Predicate predicate,
                                                      org.apache.camel.Processor processor)
        Create this processor with all properties.
        Parameters:
        id - the identifier
        priority - the priority of this processor
        context - the camel context
        predicate - the rule expression
        processor - the processor to invoke if the predicate matches