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 -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.ProcessordoCreateProcessor(org.apache.camel.Route route, org.apache.camel.model.CircuitBreakerDefinition definition) Methods inherited from class org.apache.camel.support.TypedProcessorFactory
createChildProcessor, createProcessor, createProcessor, doCreateChildProcessor
-
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:
doCreateProcessorin classorg.apache.camel.support.TypedProcessorFactory<org.apache.camel.model.CircuitBreakerDefinition>- Throws:
Exception
-