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