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)
boolean type.
Default: false
Group: producerdefault KuduEndpointBuilderFactory.KuduEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault KuduEndpointBuilderFactory.KuduEndpointBuilder operation(KuduEndpointBuilderFactory.KuduOperations operation)
org.apache.camel.component.kudu.KuduOperations type.
Group: producerdefault KuduEndpointBuilderFactory.KuduEndpointBuilder operation(String operation)
org.apache.camel.component.kudu.KuduOperations type.
Group: producerApache Camel