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)
lazyStartProducer - the value to setdefault SagaComponentBuilderFactory.SagaComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel