public static interface GoogleBigQuerySQLEndpointBuilderFactory.GoogleBigQuerySQLEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default GoogleBigQuerySQLEndpointBuilderFactory.AdvancedGoogleBigQuerySQLEndpointBuilder |
advanced() |
default GoogleBigQuerySQLEndpointBuilderFactory.GoogleBigQuerySQLEndpointBuilder |
connectionFactory(Object connectionFactory)
ConnectionFactory to obtain connection to Bigquery Service.
|
default GoogleBigQuerySQLEndpointBuilderFactory.GoogleBigQuerySQLEndpointBuilder |
connectionFactory(String connectionFactory)
ConnectionFactory to obtain connection to Bigquery Service.
|
default GoogleBigQuerySQLEndpointBuilderFactory.GoogleBigQuerySQLEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default GoogleBigQuerySQLEndpointBuilderFactory.GoogleBigQuerySQLEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default GoogleBigQuerySQLEndpointBuilderFactory.AdvancedGoogleBigQuerySQLEndpointBuilder advanced()
default GoogleBigQuerySQLEndpointBuilderFactory.GoogleBigQuerySQLEndpointBuilder connectionFactory(Object connectionFactory)
connectionFactory - the value to setdefault GoogleBigQuerySQLEndpointBuilderFactory.GoogleBigQuerySQLEndpointBuilder connectionFactory(String connectionFactory)
connectionFactory - the value to setdefault GoogleBigQuerySQLEndpointBuilderFactory.GoogleBigQuerySQLEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault GoogleBigQuerySQLEndpointBuilderFactory.GoogleBigQuerySQLEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setApache Camel