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)
configuration - the value to setdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder documentCollection(String documentCollection)
documentCollection - the value to setdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder edgeCollection(String edgeCollection)
edgeCollection - the value to setdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder graph(String graph)
graph - the value to setdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder host(String host)
host - the value to setdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder operation(org.apache.camel.component.arangodb.ArangoDbOperation operation)
operation - the value to setdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder port(int port)
port - the value to setdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder vertexCollection(String vertexCollection)
vertexCollection - the value to setdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder password(String password)
password - the value to setdefault ArangodbComponentBuilderFactory.ArangodbComponentBuilder user(String user)
user - the value to setApache Camel