Class ArangoDbComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.arangodb.springboot.ArangoDbComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @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!
-
-
Constructor Summary
Constructors Constructor Description ArangoDbComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()org.apache.camel.component.arangodb.ArangoDbConfigurationgetConfiguration()StringgetDocumentCollection()StringgetEdgeCollection()StringgetGraph()StringgetHost()BooleangetLazyStartProducer()org.apache.camel.component.arangodb.ArangoDbOperationgetOperation()StringgetPassword()IntegergetPort()StringgetUser()StringgetVertexCollection()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetConfiguration(org.apache.camel.component.arangodb.ArangoDbConfiguration configuration)voidsetDocumentCollection(String documentCollection)voidsetEdgeCollection(String edgeCollection)voidsetGraph(String graph)voidsetHost(String host)voidsetLazyStartProducer(Boolean lazyStartProducer)voidsetOperation(org.apache.camel.component.arangodb.ArangoDbOperation operation)voidsetPassword(String password)voidsetPort(Integer port)voidsetUser(String user)voidsetVertexCollection(String vertexCollection)
-
-
-
Method Detail
-
getConfiguration
public org.apache.camel.component.arangodb.ArangoDbConfiguration getConfiguration()
-
setConfiguration
public void setConfiguration(org.apache.camel.component.arangodb.ArangoDbConfiguration configuration)
-
getDocumentCollection
public String getDocumentCollection()
-
setDocumentCollection
public void setDocumentCollection(String documentCollection)
-
getEdgeCollection
public String getEdgeCollection()
-
setEdgeCollection
public void setEdgeCollection(String edgeCollection)
-
getGraph
public String getGraph()
-
setGraph
public void setGraph(String graph)
-
getHost
public String getHost()
-
setHost
public void setHost(String host)
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getOperation
public org.apache.camel.component.arangodb.ArangoDbOperation getOperation()
-
setOperation
public void setOperation(org.apache.camel.component.arangodb.ArangoDbOperation operation)
-
getPort
public Integer getPort()
-
setPort
public void setPort(Integer port)
-
getVertexCollection
public String getVertexCollection()
-
setVertexCollection
public void setVertexCollection(String vertexCollection)
-
getAutowiredEnabled
public Boolean getAutowiredEnabled()
-
setAutowiredEnabled
public void setAutowiredEnabled(Boolean autowiredEnabled)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
getUser
public String getUser()
-
setUser
public void setUser(String user)
-
-