Uses of Class
org.apache.camel.model.SagaPropagation
-
Packages that use SagaPropagation Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of SagaPropagation in org.apache.camel.model
Methods in org.apache.camel.model that return SagaPropagation Modifier and Type Method Description static SagaPropagation
SagaPropagation. valueOf(String name)
Returns the enum constant of this type with the specified name.static SagaPropagation[]
SagaPropagation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.model with parameters of type SagaPropagation Modifier and Type Method Description SagaDefinition
SagaDefinition. propagation(SagaPropagation propagation)
-