| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static SagaEndpointBuilderFactory.SagaEndpointBuilder |
StaticEndpointBuilders.saga(String path)
Saga (camel-saga)
Execute custom actions within a route using the Saga EIP.
|
static SagaEndpointBuilderFactory.SagaEndpointBuilder |
StaticEndpointBuilders.saga(String componentName,
String path)
Saga (camel-saga)
Execute custom actions within a route using the Saga EIP.
|
| Modifier and Type | Method and Description |
|---|---|
default SagaEndpointBuilderFactory.SagaEndpointBuilder |
SagaEndpointBuilderFactory.AdvancedSagaEndpointBuilder.basic() |
static SagaEndpointBuilderFactory.SagaEndpointBuilder |
SagaEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
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).
|
default SagaEndpointBuilderFactory.SagaEndpointBuilder |
SagaEndpointBuilderFactory.SagaBuilders.saga(String path)
Saga (camel-saga)
Execute custom actions within a route using the Saga EIP.
|
default SagaEndpointBuilderFactory.SagaEndpointBuilder |
SagaEndpointBuilderFactory.SagaBuilders.saga(String componentName,
String path)
Saga (camel-saga)
Execute custom actions within a route using the Saga EIP.
|
Apache Camel