public static interface KuduEndpointBuilderFactory.KuduEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default KuduEndpointBuilderFactory.AdvancedKuduEndpointBuilder |
advanced() |
default KuduEndpointBuilderFactory.KuduEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default KuduEndpointBuilderFactory.KuduEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default KuduEndpointBuilderFactory.KuduEndpointBuilder |
operation(KuduEndpointBuilderFactory.KuduOperations operation)
Operation to perform.
|
default KuduEndpointBuilderFactory.KuduEndpointBuilder |
operation(String operation)
Operation to perform.
|
default KuduEndpointBuilderFactory.AdvancedKuduEndpointBuilder advanced()
default KuduEndpointBuilderFactory.KuduEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault KuduEndpointBuilderFactory.KuduEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault KuduEndpointBuilderFactory.KuduEndpointBuilder operation(KuduEndpointBuilderFactory.KuduOperations operation)
operation - the value to setdefault KuduEndpointBuilderFactory.KuduEndpointBuilder operation(String operation)
operation - the value to setApache Camel