| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default SagaEndpointBuilderFactory.SagaEndpointBuilder |
SagaEndpointBuilderFactory.AdvancedSagaEndpointBuilder.basic() |
default SagaEndpointBuilderFactory.SagaEndpointBuilder |
SagaEndpointBuilderFactory.SagaEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SagaEndpointBuilderFactory.SagaEndpointBuilder |
SagaEndpointBuilderFactory.SagaEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static SagaEndpointBuilderFactory.SagaEndpointBuilder |
SagaEndpointBuilderFactory.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 |
SagaEndpointBuilderFactory.SagaBuilders.saga(String path)
Saga (camel-saga)
The saga component provides access to advanced options for managing
the flow in the Saga EIP.
|
Apache Camel