| Package | Description |
|---|---|
| org.apache.camel.saga |
Camel Saga EIP
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
CamelSagaCoordinator.beginStep(org.apache.camel.Exchange exchange,
CamelSagaStep step) |
CompletableFuture<Void> |
InMemorySagaCoordinator.beginStep(org.apache.camel.Exchange exchange,
CamelSagaStep step) |
void |
CamelSagaService.registerStep(CamelSagaStep step) |
void |
InMemorySagaService.registerStep(CamelSagaStep step) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
InMemorySagaCoordinator.doFinalize(Function<CamelSagaStep,Optional<org.apache.camel.Endpoint>> endpointExtractor,
String description) |
Apache Camel