| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static SagaComponentBuilderFactory.SagaComponentBuilder |
ComponentsBuilderFactory.saga()
Saga (camel-saga)
Execute custom actions within a route using the Saga EIP.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SagaComponentBuilderFactory.SagaComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default SagaComponentBuilderFactory.SagaComponentBuilder |
SagaComponentBuilderFactory.SagaComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default SagaComponentBuilderFactory.SagaComponentBuilder |
SagaComponentBuilderFactory.SagaComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static SagaComponentBuilderFactory.SagaComponentBuilder |
SagaComponentBuilderFactory.saga()
Saga (camel-saga)
Execute custom actions within a route using the Saga EIP.
|
Apache Camel