Package org.apache.camel.saga
Interface CamelSagaCoordinator
- All Superinterfaces:
org.apache.camel.spi.HasId
- All Known Implementing Classes:
InMemorySagaCoordinator
public interface CamelSagaCoordinator
extends org.apache.camel.spi.HasId
A saga coordinator can be used to register compensator's and take the final decision on the saga: compensate or
complete (successfully).
-
Method Summary
Modifier and TypeMethodDescriptionbeginStep
(org.apache.camel.Exchange exchange, CamelSagaStep step) compensate
(org.apache.camel.Exchange exchange) complete
(org.apache.camel.Exchange exchange) Methods inherited from interface org.apache.camel.spi.HasId
getId
-
Method Details
-
beginStep
-
compensate
-
complete
-