Uses of Class
org.apache.camel.model.SagaCompletionMode
-
Packages that use SagaCompletionMode Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of SagaCompletionMode in org.apache.camel.model
Methods in org.apache.camel.model that return SagaCompletionMode Modifier and Type Method Description static SagaCompletionModeSagaCompletionMode. defaultCompletionMode()static SagaCompletionModeSagaCompletionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SagaCompletionMode[]SagaCompletionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.model with parameters of type SagaCompletionMode Modifier and Type Method Description SagaDefinitionSagaDefinition. completionMode(SagaCompletionMode completionMode)
-