Uses of Class
org.apache.camel.saga.CamelSagaStep
Packages that use CamelSagaStep
-
Uses of CamelSagaStep in org.apache.camel.saga
Methods in org.apache.camel.saga with parameters of type CamelSagaStepModifier and TypeMethodDescriptionCamelSagaCoordinator.beginStep(org.apache.camel.Exchange exchange, CamelSagaStep step) 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 CamelSagaStepModifier and TypeMethodDescriptionInMemorySagaCoordinator.doFinalize(org.apache.camel.Exchange exchange, Function<CamelSagaStep, Optional<org.apache.camel.Endpoint>> endpointExtractor, String description)