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) void
registerStep
(CamelSagaStep step)