| Package | Description |
|---|---|
| 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> |
CamelSagaService.getSaga(String id) |
CompletableFuture<CamelSagaCoordinator> |
InMemorySagaService.getSaga(String id) |
CompletableFuture<CamelSagaCoordinator> |
CamelSagaService.newSaga() |
CompletableFuture<CamelSagaCoordinator> |
InMemorySagaService.newSaga() |
Apache Camel