public static interface BonitaComponentBuilderFactory.BonitaComponentBuilder extends ComponentBuilder<org.apache.camel.component.bonita.BonitaComponent>
| Modifier and Type | Method and Description |
|---|---|
default BonitaComponentBuilderFactory.BonitaComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default BonitaComponentBuilderFactory.BonitaComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault BonitaComponentBuilderFactory.BonitaComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault BonitaComponentBuilderFactory.BonitaComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel