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