Uses of Interface
org.apache.camel.saga.CamelSagaCoordinator
-
Packages that use CamelSagaCoordinator Package Description org.apache.camel.saga Camel Saga EIP -
-
Uses of CamelSagaCoordinator in org.apache.camel.saga
Classes in org.apache.camel.saga that implement CamelSagaCoordinator Modifier and Type Class Description classInMemorySagaCoordinatorA in-memory implementation of a saga coordinator.Methods in org.apache.camel.saga that return types with arguments of type CamelSagaCoordinator Modifier and Type Method Description CompletableFuture<CamelSagaCoordinator>CamelSagaService. getSaga(String id)CompletableFuture<CamelSagaCoordinator>InMemorySagaService. getSaga(String id)CompletableFuture<CamelSagaCoordinator>CamelSagaService. newSaga()CompletableFuture<CamelSagaCoordinator>InMemorySagaService. newSaga()
-