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