public static interface LdifEndpointBuilderFactory.LdifEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default LdifEndpointBuilderFactory.AdvancedLdifEndpointBuilder |
advanced() |
default LdifEndpointBuilderFactory.LdifEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default LdifEndpointBuilderFactory.LdifEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default LdifEndpointBuilderFactory.AdvancedLdifEndpointBuilder advanced()
default LdifEndpointBuilderFactory.LdifEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault LdifEndpointBuilderFactory.LdifEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerApache Camel