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