@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface SagaEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SagaEndpointBuilderFactory.AdvancedSagaEndpointBuilder
Advanced builder for endpoint for the Saga component.
|
static interface |
SagaEndpointBuilderFactory.SagaBuilders |
static interface |
SagaEndpointBuilderFactory.SagaEndpointBuilder
Builder for endpoint for the Saga component.
|
| Modifier and Type | Method and Description |
|---|---|
static SagaEndpointBuilderFactory.SagaEndpointBuilder |
saga(String path)
Saga (camel-saga)
The saga component provides access to advanced options for managing the
flow in the Saga EIP.
|
static SagaEndpointBuilderFactory.SagaEndpointBuilder saga(String path)
saga:action
Path parameter: action (required)
Action to execute (complete or compensate)
The value can be one of: COMPLETE, COMPENSATEApache Camel