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)
boolean type.
Default: false
Group: producerdefault SolrsComponentBuilderFactory.SolrsComponentBuilder autowiredEnabled(boolean autowiredEnabled)
boolean type.
Default: true
Group: advancedApache Camel