| Package | Description |
|---|---|
| org.apache.camel.impl.saga |
In-memory Saga coordinator.
|
| org.apache.camel.processor.saga |
Saga EIP implementation.
|
| org.apache.camel.saga |
Camel Saga EIP
|
| 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.ifNotException(Throwable ex,
Exchange exchange,
boolean handleCompletion,
CamelSagaCoordinator coordinator,
CamelSagaCoordinator previousCoordinator,
AsyncCallback callback,
Runnable code) |
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