public static interface SagaComponentBuilderFactory.SagaComponentBuilder extends ComponentBuilder<org.apache.camel.component.saga.SagaComponent>
| Modifier and Type | Method and Description |
|---|---|
default SagaComponentBuilderFactory.SagaComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default SagaComponentBuilderFactory.SagaComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault SagaComponentBuilderFactory.SagaComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault SagaComponentBuilderFactory.SagaComponentBuilder autowiredEnabled(boolean autowiredEnabled)
boolean type.
Default: true
Group: advancedApache Camel