Uses of Class
org.apache.camel.model.SagaActionUriDefinition
Packages that use SagaActionUriDefinition
-
Uses of SagaActionUriDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return SagaActionUriDefinitionModifier and TypeMethodDescriptionSagaDefinition.getCompensation()SagaDefinition.getCompletion()Methods in org.apache.camel.model with parameters of type SagaActionUriDefinitionModifier and TypeMethodDescriptionvoidSagaDefinition.setCompensation(SagaActionUriDefinition compensation) The compensation endpoint URI that must be called to compensate all changes done in the route.voidSagaDefinition.setCompletion(SagaActionUriDefinition completion) The completion endpoint URI that will be called when the Saga is completed successfully.