public static interface GoogleBigQueryEndpointBuilderFactory.GoogleBigQueryEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default GoogleBigQueryEndpointBuilderFactory.GoogleBigQueryEndpointBuilder |
connectionFactory(Object connectionFactory)
ConnectionFactory to obtain connection to Bigquery Service.
|
default GoogleBigQueryEndpointBuilderFactory.GoogleBigQueryEndpointBuilder |
connectionFactory(String connectionFactory)
ConnectionFactory to obtain connection to Bigquery Service.
|
default GoogleBigQueryEndpointBuilderFactory.GoogleBigQueryEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default GoogleBigQueryEndpointBuilderFactory.GoogleBigQueryEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default GoogleBigQueryEndpointBuilderFactory.GoogleBigQueryEndpointBuilder |
useAsInsertId(String useAsInsertId)
Field name to use as insert id.
|
default GoogleBigQueryEndpointBuilderFactory.GoogleBigQueryEndpointBuilder connectionFactory(Object connectionFactory)
connectionFactory - the value to setdefault GoogleBigQueryEndpointBuilderFactory.GoogleBigQueryEndpointBuilder connectionFactory(String connectionFactory)
connectionFactory - the value to setdefault GoogleBigQueryEndpointBuilderFactory.GoogleBigQueryEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault GoogleBigQueryEndpointBuilderFactory.GoogleBigQueryEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault GoogleBigQueryEndpointBuilderFactory.GoogleBigQueryEndpointBuilder useAsInsertId(String useAsInsertId)
useAsInsertId - the value to setApache Camel