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