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
Modifier and TypeMethodDescriptionnewSaga(org.apache.camel.Exchange exchange) voidregisterStep(CamelSagaStep step) Methods inherited from interface org.apache.camel.CamelContextAware
setCamelContextMethods inherited from interface org.apache.camel.spi.HasCamelContext
getCamelContextMethods inherited from interface org.apache.camel.Service
build, close, init, start, stop
-
Method Details
-
newSaga
-
getSaga
-
registerStep
-