public static interface ArangodbComponentBuilderFactory.ArangodbComponentBuilder extends ComponentBuilder<org.apache.camel.component.arangodb.ArangoDbComponent>
| Modifier and Type | Method and Description |
|---|---|
default ArangodbComponentBuilderFactory.ArangodbComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default ArangodbComponentBuilderFactory.ArangodbComponentBuilder |
configuration(org.apache.camel.component.arangodb.ArangoDbConfiguration configuration)
Component configuration.
|
default ArangodbComponentBuilderFactory.ArangodbComponentBuilder |
documentCollection(String documentCollection)
Collection name, when using ArangoDb as a Document Database.
|
default ArangodbComponentBuilderFactory.ArangodbComponentBuilder |
edgeCollection(String edgeCollection)
Collection name of vertices, when using ArangoDb as a Graph Database.
|
default ArangodbComponentBuilderFactory.ArangodbComponentBuilder |
graph(String graph)
Graph name, when using ArangoDb as a Graph Database.
|
default ArangodbComponentBuilderFactory.ArangodbComponentBuilder |
host(String host)
ArangoDB host.
|
default ArangodbComponentBuilderFactory.ArangodbComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ArangodbComponentBuilderFactory.ArangodbComponentBuilder |
operation(org.apache.camel.component.arangodb.ArangoDbOperation operation)
Operations to perform on ArangoDb.
|
default ArangodbComponentBuilderFactory.ArangodbComponentBuilder |
password(String password)
ArangoDB password.
|
default ArangodbComponentBuilderFactory.ArangodbComponentBuilder |
port(int port)
ArangoDB exposed port.
|
default ArangodbComponentBuilderFactory.ArangodbComponentBuilder |
user(String user)
ArangoDB user.
|
default ArangodbComponentBuilderFactory.ArangodbComponentBuilder |
vertexCollection(String vertexCollection)
Collection name of vertices, when using ArangoDb as a Graph Database.
|
build, build, doSetProperty, registerdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder configuration(org.apache.camel.component.arangodb.ArangoDbConfiguration configuration)
org.apache.camel.component.arangodb.ArangoDbConfiguration type.
Group: producerdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder documentCollection(String documentCollection)
java.lang.String type.
Group: producerdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder edgeCollection(String edgeCollection)
java.lang.String type.
Group: producerdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder graph(String graph)
java.lang.String type.
Group: producerdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder host(String host)
java.lang.String type.
Group: producerdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder operation(org.apache.camel.component.arangodb.ArangoDbOperation operation)
org.apache.camel.component.arangodb.ArangoDbOperation
type.
Group: producerdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder port(int port)
int type.
Group: producerdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder vertexCollection(String vertexCollection)
java.lang.String type.
Group: producerdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder autowiredEnabled(boolean autowiredEnabled)
boolean type.
Default: true
Group: advanceddefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder password(String password)
java.lang.String type.
Group: securitydefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder user(String user)
java.lang.String type.
Group: securityApache Camel