Class IdempotentConsumerReifier

java.lang.Object
org.apache.camel.reifier.AbstractReifier
org.apache.camel.reifier.ProcessorReifier<org.apache.camel.model.IdempotentConsumerDefinition>
org.apache.camel.reifier.IdempotentConsumerReifier
All Implemented Interfaces:
org.apache.camel.spi.BeanRepository

public class IdempotentConsumerReifier extends ProcessorReifier<org.apache.camel.model.IdempotentConsumerDefinition>
  • Constructor Details

    • IdempotentConsumerReifier

      public IdempotentConsumerReifier(org.apache.camel.Route route, org.apache.camel.model.ProcessorDefinition<?> definition)
  • Method Details

    • createProcessor

      public org.apache.camel.Processor createProcessor() throws Exception
      Description copied from class: ProcessorReifier
      Override this in definition class and implement logic to create the processor based on the definition model.
      Specified by:
      createProcessor in class ProcessorReifier<org.apache.camel.model.IdempotentConsumerDefinition>
      Throws:
      Exception
    • resolveIdempotentRepository

      protected <T> org.apache.camel.spi.IdempotentRepository resolveIdempotentRepository()
      Strategy method to resolve the IdempotentRepository to use
      Returns:
      the repository
    • createFilterProcessor

      protected org.apache.camel.processor.FilterProcessor createFilterProcessor() throws Exception
      Creates the FilterProcessor from the expression node.
      Returns:
      the created FilterProcessor
      Throws:
      Exception - is thrown if error creating the processor
    • createPredicate

      protected org.apache.camel.Predicate createPredicate()
      Creates the Predicate from the expression node.
      Returns:
      the created predicate