Uses of Class
org.apache.camel.saga.CamelSagaStep
-
Packages that use CamelSagaStep Package Description org.apache.camel.saga Camel Saga EIP -
-
Uses of CamelSagaStep in org.apache.camel.saga
Methods in org.apache.camel.saga with parameters of type CamelSagaStep Modifier and Type Method Description CompletableFuture<Void>CamelSagaCoordinator. beginStep(org.apache.camel.Exchange exchange, CamelSagaStep step)CompletableFuture<Void>InMemorySagaCoordinator. beginStep(org.apache.camel.Exchange exchange, CamelSagaStep step)voidCamelSagaService. registerStep(CamelSagaStep step)voidInMemorySagaService. registerStep(CamelSagaStep step)Method parameters in org.apache.camel.saga with type arguments of type CamelSagaStep Modifier and Type Method Description CompletableFuture<Boolean>InMemorySagaCoordinator. doFinalize(Function<CamelSagaStep,Optional<org.apache.camel.Endpoint>> endpointExtractor, String description)
-