Uses of Class
org.apache.camel.model.SagaOptionDefinition
-
Packages that use SagaOptionDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of SagaOptionDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return types with arguments of type SagaOptionDefinition Modifier and Type Method Description List<SagaOptionDefinition>
SagaDefinition. getOptions()
Method parameters in org.apache.camel.model with type arguments of type SagaOptionDefinition Modifier and Type Method Description void
SagaDefinition. setOptions(List<SagaOptionDefinition> options)
Allows to save properties of the current exchange in order to re-use them in a compensation/completion callback route.
-