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!
  • 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

      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)
    • getArangoDB

      public com.arangodb.ArangoDB getArangoDB()
    • setArangoDB

      public void setArangoDB(com.arangodb.ArangoDB arangoDB)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)
    • getVertx

      public io.vertx.core.Vertx getVertx()
    • setVertx

      public void setVertx(io.vertx.core.Vertx vertx)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getUser

      public String getUser()
    • setUser

      public void setUser(String user)