Package org.apache.camel.saga
Interface CamelSagaService
- All Superinterfaces:
AutoCloseable
,org.apache.camel.CamelContextAware
,org.apache.camel.spi.HasCamelContext
,org.apache.camel.Service
- All Known Implementing Classes:
InMemorySagaService
public interface CamelSagaService
extends org.apache.camel.Service, org.apache.camel.CamelContextAware
A Camel saga service is a factory of saga coordinators.
-
Method Summary
Methods inherited from interface org.apache.camel.CamelContextAware
setCamelContext
Methods inherited from interface org.apache.camel.spi.HasCamelContext
getCamelContext
Methods inherited from interface org.apache.camel.Service
build, close, init, start, stop
-
Method Details
-
newSaga
CompletableFuture<CamelSagaCoordinator> newSaga() -
getSaga
-
registerStep
-