Uses of Class
org.apache.camel.model.OnFallbackDefinition
-
Packages that use OnFallbackDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of OnFallbackDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return OnFallbackDefinition Modifier and Type Method Description OnFallbackDefinition
CircuitBreakerDefinition. getOnFallback()
Methods in org.apache.camel.model with parameters of type OnFallbackDefinition Modifier and Type Method Description void
CircuitBreakerDefinition. setOnFallback(OnFallbackDefinition onFallback)
-