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