| Package | Description |
|---|---|
| org.apache.camel.impl.saga | |
| org.apache.camel.processor.saga | |
| org.apache.camel.saga |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemorySagaCoordinator
A in-memory implementation of a saga coordinator.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CamelSagaCoordinator> |
InMemorySagaService.getSaga(String id) |
CompletableFuture<CamelSagaCoordinator> |
InMemorySagaService.newSaga() |
| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<CamelSagaCoordinator> |
SagaProcessor.getCurrentSagaCoordinator(Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SagaProcessor.handleSagaCompletion(Exchange exchange,
CamelSagaCoordinator coordinator,
CamelSagaCoordinator previousCoordinator,
AsyncCallback callback) |
protected void |
SagaProcessor.setCurrentSagaCoordinator(Exchange exchange,
CamelSagaCoordinator coordinator) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CamelSagaCoordinator> |
CamelSagaService.getSaga(String id) |
CompletableFuture<CamelSagaCoordinator> |
CamelSagaService.newSaga() |
Apache Camel