Package | Description |
---|---|
org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
Modifier and Type | Method and Description |
---|---|
SagaDefinition |
SagaDefinition.compensation(String compensation) |
SagaDefinition |
SagaDefinition.completion(String completion) |
SagaDefinition |
SagaDefinition.completionMode(SagaCompletionMode completionMode) |
SagaDefinition |
SagaDefinition.option(String option,
Expression expression) |
SagaDefinition |
SagaDefinition.propagation(SagaPropagation propagation) |
SagaDefinition |
ProcessorDefinition.saga()
Marks this route as participating to a saga.
|
SagaDefinition |
SagaDefinition.sagaService(CamelSagaService sagaService) |
SagaDefinition |
SagaDefinition.timeout(long timeout,
TimeUnit unit) |
Apache Camel