@UriEndpoint(firstVersion="2.19.0",
scheme="digitalocean",
title="DigitalOcean",
syntax="digitalocean:operation",
producerOnly=true,
category={CLOUD,MANAGEMENT})
public class DigitalOceanEndpoint
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
DigitalOceanEndpoint(String uri,
DigitalOceanComponent component,
DigitalOceanConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
void |
doStart() |
DigitalOceanConfiguration |
getConfiguration() |
com.myjeeva.digitalocean.impl.DigitalOceanClient |
getDigitalOceanClient() |
configureConsumer, configureExchange, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, doStop, 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 DigitalOceanEndpoint(String uri, DigitalOceanComponent component, DigitalOceanConfiguration configuration)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultEndpointExceptionpublic DigitalOceanConfiguration getConfiguration()
public com.myjeeva.digitalocean.impl.DigitalOceanClient getDigitalOceanClient()
Apache Camel