Class FaultToleranceProcessorFactory

java.lang.Object
org.apache.camel.support.TypedProcessorFactory<org.apache.camel.model.CircuitBreakerDefinition>
org.apache.camel.component.microprofile.faulttolerance.FaultToleranceProcessorFactory
All Implemented Interfaces:
org.apache.camel.spi.ProcessorFactory

public class FaultToleranceProcessorFactory extends org.apache.camel.support.TypedProcessorFactory<org.apache.camel.model.CircuitBreakerDefinition>
To integrate camel-microprofile-faulttolerance with the Camel routes using the Circuit Breaker EIP.
  • Field Summary

    Fields inherited from interface org.apache.camel.spi.ProcessorFactory

    FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.camel.Processor
    doCreateProcessor(org.apache.camel.Route route, org.apache.camel.model.CircuitBreakerDefinition definition)
     

    Methods inherited from class org.apache.camel.support.TypedProcessorFactory

    createChildProcessor, createProcessor, createProcessor, doCreateChildProcessor

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FaultToleranceProcessorFactory

      public FaultToleranceProcessorFactory()
  • Method Details

    • doCreateProcessor

      public org.apache.camel.Processor doCreateProcessor(org.apache.camel.Route route, org.apache.camel.model.CircuitBreakerDefinition definition) throws Exception
      Overrides:
      doCreateProcessor in class org.apache.camel.support.TypedProcessorFactory<org.apache.camel.model.CircuitBreakerDefinition>
      Throws:
      Exception