@UriEndpoint(firstVersion="2.19.0",
scheme="digitalocean",
title="DigitalOcean",
syntax="digitalocean:operation",
producerOnly=true,
label="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, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBasicPropertyBinding, isBridgeErrorHandler, isLenientProperties, isPollingConsumerBlockWhenFull, isSingleton, isSynchronous, setBasicPropertyBinding, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoInit, doResume, doShutdown, doSuspend, getStatus, init, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic 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