@UriEndpoint(firstVersion="3.9.0",
scheme="google-functions",
title="GoogleCloudFunctions",
syntax="google-functions:functionName",
category=CLOUD,
producerOnly=true)
public class GoogleCloudFunctionsEndpoint
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
GoogleCloudFunctionsEndpoint(String uri,
GoogleCloudFunctionsComponent component,
GoogleCloudFunctionsConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
protected void |
doStart() |
protected void |
doStop() |
com.google.cloud.functions.v1.CloudFunctionsServiceClient |
getClient() |
GoogleCloudFunctionsConfiguration |
getConfiguration() |
void |
setConfiguration(GoogleCloudFunctionsConfiguration configuration)
Setup configuration
|
configureConsumer, configureExchange, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, equals, getCamelContext, getComponent, 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, waitpublic GoogleCloudFunctionsEndpoint(String uri, GoogleCloudFunctionsComponent component, GoogleCloudFunctionsConfiguration configuration)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic GoogleCloudFunctionsConfiguration getConfiguration()
public void setConfiguration(GoogleCloudFunctionsConfiguration configuration)
protected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultEndpointExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.DefaultEndpointExceptionpublic com.google.cloud.functions.v1.CloudFunctionsServiceClient getClient()
Apache Camel