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.
-
-
Constructor Summary
Constructors Constructor Description FaultToleranceProcessorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.ProcessordoCreateProcessor(org.apache.camel.Route route, org.apache.camel.model.CircuitBreakerDefinition definition)
-
-
-
Method Detail
-
doCreateProcessor
public org.apache.camel.Processor doCreateProcessor(org.apache.camel.Route route, org.apache.camel.model.CircuitBreakerDefinition definition) throws Exception- Overrides:
doCreateProcessorin classorg.apache.camel.support.TypedProcessorFactory<org.apache.camel.model.CircuitBreakerDefinition>- Throws:
Exception
-
-