Uses of Interface
org.apache.camel.builder.component.dsl.ArangodbComponentBuilderFactory.ArangodbComponentBuilder
Packages that use ArangodbComponentBuilderFactory.ArangodbComponentBuilder
-
Uses of ArangodbComponentBuilderFactory.ArangodbComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return ArangodbComponentBuilderFactory.ArangodbComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.arangodb()ArangoDb (camel-arangodb) Perform operations on ArangoDb when used as a Document Database, or as a Graph Database Category: database Since: 3.5 Maven coordinates: org.apache.camel:camel-arangodb -
Uses of ArangodbComponentBuilderFactory.ArangodbComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement ArangodbComponentBuilderFactory.ArangodbComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return ArangodbComponentBuilderFactory.ArangodbComponentBuilderModifier and TypeMethodDescriptionArangodbComponentBuilderFactory.arangodb()ArangoDb (camel-arangodb) Perform operations on ArangoDb when used as a Document Database, or as a Graph Database Category: database Since: 3.5 Maven coordinates: org.apache.camel:camel-arangodbArangodbComponentBuilderFactory.ArangodbComponentBuilder.arangoDB(com.arangodb.ArangoDB arangoDB) To use an existing ArangDB client.ArangodbComponentBuilderFactory.ArangodbComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.ArangodbComponentBuilderFactory.ArangodbComponentBuilder.configuration(org.apache.camel.component.arangodb.ArangoDbConfiguration configuration) Component configuration.ArangodbComponentBuilderFactory.ArangodbComponentBuilder.documentCollection(String documentCollection) Collection name, when using ArangoDb as a Document Database.ArangodbComponentBuilderFactory.ArangodbComponentBuilder.edgeCollection(String edgeCollection) Collection name of vertices, when using ArangoDb as a Graph Database.Graph name, when using ArangoDb as a Graph Database.ArangoDB host.ArangodbComponentBuilderFactory.ArangodbComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).ArangodbComponentBuilderFactory.ArangodbComponentBuilder.operation(org.apache.camel.component.arangodb.ArangoDbOperation operation) Operations to perform on ArangoDb.ArangoDB password.ArangodbComponentBuilderFactory.ArangodbComponentBuilder.port(int port) ArangoDB exposed port.ArangoDB user.ArangodbComponentBuilderFactory.ArangodbComponentBuilder.vertexCollection(String vertexCollection) Collection name of vertices, when using ArangoDb as a Graph Database.