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