| Package | Description |
|---|---|
| org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
| Modifier and Type | Method and Description |
|---|---|
List<SagaOptionDefinition> |
SagaDefinition.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
SagaDefinition.setOptions(List<SagaOptionDefinition> options)
Allows to save properties of the current exchange in order to re-use them in a compensation/completion callback route.
|
Apache Camel