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)
org.apache.camel.component.google.bigquery.GoogleBigQueryConnectionFactory type.
Group: producerdefault GoogleBigQuerySQLEndpointBuilderFactory.GoogleBigQuerySQLEndpointBuilder connectionFactory(String connectionFactory)
org.apache.camel.component.google.bigquery.GoogleBigQueryConnectionFactory type.
Group: producerdefault GoogleBigQuerySQLEndpointBuilderFactory.GoogleBigQuerySQLEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault GoogleBigQuerySQLEndpointBuilderFactory.GoogleBigQuerySQLEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerApache Camel