@UriEndpoint(firstVersion="2.23.0",
scheme="google-bigquery-sql",
title="Google BigQuery Standard SQL",
syntax="google-bigquery-sql:projectId:queryString",
label="cloud,messaging",
producerOnly=true)
public class GoogleBigQuerySQLEndpoint
extends org.apache.camel.support.DefaultEndpoint
| Modifier and Type | Field and Description |
|---|---|
protected GoogleBigQuerySQLConfiguration |
configuration |
| Modifier | Constructor and Description |
|---|---|
protected |
GoogleBigQuerySQLEndpoint(String endpointUri,
GoogleBigQuerySQLComponent component,
GoogleBigQuerySQLConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
GoogleBigQuerySQLComponent |
getComponent() |
GoogleBigQuerySQLConfiguration |
getConfiguration() |
configureConsumer, configureExchange, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, doStart, doStop, equals, getCamelContext, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isPollingConsumerCopy, isSingleton, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerCopy, setPollingConsumerQueueSize, setProperties, toStringbuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, finalize, getClass, notify, notifyAll, wait, wait, wait@UriParam protected final GoogleBigQuerySQLConfiguration configuration
protected GoogleBigQuerySQLEndpoint(String endpointUri, GoogleBigQuerySQLComponent component, GoogleBigQuerySQLConfiguration configuration)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic GoogleBigQuerySQLConfiguration getConfiguration()
public GoogleBigQuerySQLComponent getComponent()
getComponent in class org.apache.camel.support.DefaultEndpointApache Camel