public static interface WekaComponentBuilderFactory.WekaComponentBuilder extends ComponentBuilder<org.apache.camel.component.weka.WekaComponent>
| Modifier and Type | Method and Description |
|---|---|
default WekaComponentBuilderFactory.WekaComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default WekaComponentBuilderFactory.WekaComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault WekaComponentBuilderFactory.WekaComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault WekaComponentBuilderFactory.WekaComponentBuilder autowiredEnabled(boolean autowiredEnabled)
boolean type.
Default: true
Group: advancedApache Camel