Uses of Class
org.apache.camel.model.TransactedDefinition
-
Packages that use TransactedDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of TransactedDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return TransactedDefinition Modifier and Type Method Description TransactedDefinitionTransactedDefinition. ref(String ref)Sets a reference to use for lookup the policy in the registry.TransactedDefinitionProcessorDefinition. transacted()Marks this route as transacted and uses the default transacted policy found in the registry.TransactedDefinitionProcessorDefinition. transacted(String ref)Marks this route as transacted.
-