@UriEndpoint(firstVersion="3.5.0",
scheme="arangodb",
title="ArangoDb",
syntax="arangodb:database",
category={DATABASE,NOSQL},
producerOnly=true)
public class ArangoDbEndpoint
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
ArangoDbEndpoint() |
ArangoDbEndpoint(String uri,
ArangoDbComponent component,
ArangoDbConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
protected void |
doShutdown() |
protected void |
doStart() |
com.arangodb.ArangoDB |
getArango() |
ArangoDbConfiguration |
getConfiguration() |
void |
setArango(com.arangodb.ArangoDB arango) |
void |
setConfiguration(ArangoDbConfiguration configuration) |
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, 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 ArangoDbEndpoint()
public ArangoDbEndpoint(String uri, ArangoDbComponent component, ArangoDbConfiguration configuration)
public org.apache.camel.Producer createProducer()
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
public com.arangodb.ArangoDB getArango()
public void setArango(com.arangodb.ArangoDB arango)
public ArangoDbConfiguration getConfiguration()
public void setConfiguration(ArangoDbConfiguration configuration)
protected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultEndpointExceptionApache Camel