public static interface SagaEndpointBuilderFactory.SagaBuilders
| Modifier and Type | Method and Description |
|---|---|
default SagaEndpointBuilderFactory.SagaEndpointBuilder |
saga(String path)
Saga (camel-saga)
The saga component provides access to advanced options for managing
the flow in the Saga EIP.
|
default 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