public static interface DnsEndpointBuilderFactory.DnsEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default DnsEndpointBuilderFactory.AdvancedDnsEndpointBuilder |
advanced() |
default DnsEndpointBuilderFactory.DnsEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default DnsEndpointBuilderFactory.DnsEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default DnsEndpointBuilderFactory.AdvancedDnsEndpointBuilder advanced()
default DnsEndpointBuilderFactory.DnsEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault DnsEndpointBuilderFactory.DnsEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setApache Camel