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