@UriEndpoint(firstVersion="2.19.0",
scheme="digitalocean",
title="DigitalOcean",
syntax="digitalocean:operation",
producerOnly=true,
label="cloud,management")
public class DigitalOceanEndpoint
extends org.apache.camel.impl.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() |
boolean |
isSingleton() |
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, 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 boolean isSingleton()
public void doStart()
throws Exception
doStart in class org.apache.camel.impl.DefaultEndpointExceptionpublic DigitalOceanConfiguration getConfiguration()
public com.myjeeva.digitalocean.impl.DigitalOceanClient getDigitalOceanClient()
Apache Camel