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