Uses of Class
org.apache.camel.model.SagaDefinition
-
Packages that use SagaDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of SagaDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return SagaDefinition Modifier and Type Method Description SagaDefinitionSagaDefinition. compensation(String compensation)SagaDefinitionSagaDefinition. completion(String completion)SagaDefinitionSagaDefinition. completionMode(String completionMode)SagaDefinitionSagaDefinition. completionMode(SagaCompletionMode completionMode)SagaDefinitionSagaDefinition. option(String option, org.apache.camel.Expression expression)SagaDefinitionSagaDefinition. propagation(SagaPropagation propagation)SagaDefinitionProcessorDefinition. saga()Marks this route as participating in a saga.SagaDefinitionSagaDefinition. sagaService(String sagaService)SagaDefinitionSagaDefinition. sagaService(org.apache.camel.saga.CamelSagaService sagaService)SagaDefinitionSagaDefinition. timeout(long timeout, TimeUnit unit)SagaDefinitionSagaDefinition. timeout(String duration)SagaDefinitionSagaDefinition. timeout(Duration duration)
-