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