Class ArangoDbComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.arangodb.springboot.ArangoDbComponentConfiguration
@ConfigurationProperties(prefix="camel.component.arangodb")
public class ArangoDbComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Perform operations on ArangoDb when used as a Document Database, or as a
Graph Database
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.arangodb.ArangoDBorg.apache.camel.component.arangodb.ArangoDbConfigurationgetGraph()getHost()org.apache.camel.component.arangodb.ArangoDbOperationgetPort()getUser()voidsetArangoDB(com.arangodb.ArangoDB arangoDB) voidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetConfiguration(org.apache.camel.component.arangodb.ArangoDbConfiguration configuration) voidsetDocumentCollection(String documentCollection) voidsetEdgeCollection(String edgeCollection) voidvoidvoidsetLazyStartProducer(Boolean lazyStartProducer) voidsetOperation(org.apache.camel.component.arangodb.ArangoDbOperation operation) voidsetPassword(String password) voidvoidvoidsetVertexCollection(String vertexCollection) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
ArangoDbComponentConfiguration
public ArangoDbComponentConfiguration()
-
-
Method Details
-
getConfiguration
public org.apache.camel.component.arangodb.ArangoDbConfiguration getConfiguration() -
setConfiguration
public void setConfiguration(org.apache.camel.component.arangodb.ArangoDbConfiguration configuration) -
getDocumentCollection
-
setDocumentCollection
-
getEdgeCollection
-
setEdgeCollection
-
getGraph
-
setGraph
-
getHost
-
setHost
-
getLazyStartProducer
-
setLazyStartProducer
-
getOperation
public org.apache.camel.component.arangodb.ArangoDbOperation getOperation() -
setOperation
public void setOperation(org.apache.camel.component.arangodb.ArangoDbOperation operation) -
getPort
-
setPort
-
getVertexCollection
-
setVertexCollection
-
getArangoDB
public com.arangodb.ArangoDB getArangoDB() -
setArangoDB
public void setArangoDB(com.arangodb.ArangoDB arangoDB) -
getAutowiredEnabled
-
setAutowiredEnabled
-
getPassword
-
setPassword
-
getUser
-
setUser
-