| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.arangodb.autowiredEnabled" |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_AUTOWIRED_ENABLED_DOC |
"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_CONFIGURATION_CONF |
"camel.component.arangodb.configuration" |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_CONFIGURATION_DOC |
"Component configuration" |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_DOCUMENT_COLLECTION_CONF |
"camel.component.arangodb.documentCollection" |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_DOCUMENT_COLLECTION_DOC |
"Collection name, when using ArangoDb as a Document Database. Set the documentCollection name when using the CRUD operation on the document database collections (SAVE_DOCUMENT , FIND_DOCUMENT_BY_KEY, UPDATE_DOCUMENT, DELETE_DOCUMENT)." |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_EDGE_COLLECTION_CONF |
"camel.component.arangodb.edgeCollection" |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_EDGE_COLLECTION_DOC |
"Collection name of vertices, when using ArangoDb as a Graph Database. Set the edgeCollection name to perform CRUD operation on edges using these operations : SAVE_VERTEX, FIND_VERTEX_BY_KEY, UPDATE_VERTEX, DELETE_VERTEX. The graph attribute is mandatory." |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_GRAPH_CONF |
"camel.component.arangodb.graph" |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_GRAPH_DOC |
"Graph name, when using ArangoDb as a Graph Database. Combine this attribute with one of the two attributes vertexCollection and edgeCollection." |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_HOST_CONF |
"camel.component.arangodb.host" |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_HOST_DOC |
"ArangoDB host. If host and port are default, this field is Optional." |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.arangodb.lazyStartProducer" |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_OPERATION_CONF |
"camel.component.arangodb.operation" |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_OPERATION_DOC |
"Operations to perform on ArangoDb. For the operation AQL_QUERY, no need to specify a collection or graph. One of: [SAVE_DOCUMENT] [FIND_DOCUMENT_BY_KEY] [UPDATE_DOCUMENT] [DELETE_DOCUMENT] [AQL_QUERY] [SAVE_VERTEX] [FIND_VERTEX_BY_KEY] [UPDATE_VERTEX] [DELETE_VERTEX] [SAVE_EDGE] [FIND_EDGE_BY_KEY] [UPDATE_EDGE] [DELETE_EDGE]" |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_PASSWORD_CONF |
"camel.component.arangodb.password" |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_PASSWORD_DOC |
"ArangoDB password. If user and password are default, this field is Optional." |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_PORT_CONF |
"camel.component.arangodb.port" |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_PORT_DOC |
"ArangoDB exposed port. If host and port are default, this field is Optional." |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_USER_CONF |
"camel.component.arangodb.user" |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_USER_DOC |
"ArangoDB user. If user and password are default, this field is Optional." |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_VERTEX_COLLECTION_CONF |
"camel.component.arangodb.vertexCollection" |
public static final String |
CAMEL_SINK_ARANGODB_COMPONENT_VERTEX_COLLECTION_DOC |
"Collection name of vertices, when using ArangoDb as a Graph Database. Set the vertexCollection name to perform CRUD operation on vertices using these operations : SAVE_EDGE, FIND_EDGE_BY_KEY, UPDATE_EDGE, DELETE_EDGE. The graph attribute is mandatory." |
public static final String |
CAMEL_SINK_ARANGODB_ENDPOINT_DOCUMENT_COLLECTION_CONF |
"camel.sink.endpoint.documentCollection" |
public static final String |
CAMEL_SINK_ARANGODB_ENDPOINT_DOCUMENT_COLLECTION_DOC |
"Collection name, when using ArangoDb as a Document Database. Set the documentCollection name when using the CRUD operation on the document database collections (SAVE_DOCUMENT , FIND_DOCUMENT_BY_KEY, UPDATE_DOCUMENT, DELETE_DOCUMENT)." |
public static final String |
CAMEL_SINK_ARANGODB_ENDPOINT_EDGE_COLLECTION_CONF |
"camel.sink.endpoint.edgeCollection" |
public static final String |
CAMEL_SINK_ARANGODB_ENDPOINT_EDGE_COLLECTION_DOC |
"Collection name of vertices, when using ArangoDb as a Graph Database. Set the edgeCollection name to perform CRUD operation on edges using these operations : SAVE_VERTEX, FIND_VERTEX_BY_KEY, UPDATE_VERTEX, DELETE_VERTEX. The graph attribute is mandatory." |
public static final String |
CAMEL_SINK_ARANGODB_ENDPOINT_GRAPH_CONF |
"camel.sink.endpoint.graph" |
public static final String |
CAMEL_SINK_ARANGODB_ENDPOINT_GRAPH_DOC |
"Graph name, when using ArangoDb as a Graph Database. Combine this attribute with one of the two attributes vertexCollection and edgeCollection." |
public static final String |
CAMEL_SINK_ARANGODB_ENDPOINT_HOST_CONF |
"camel.sink.endpoint.host" |
public static final String |
CAMEL_SINK_ARANGODB_ENDPOINT_HOST_DOC |
"ArangoDB host. If host and port are default, this field is Optional." |
public static final String |
CAMEL_SINK_ARANGODB_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_ARANGODB_ENDPOINT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_ARANGODB_ENDPOINT_OPERATION_CONF |
"camel.sink.endpoint.operation" |
public static final String |
CAMEL_SINK_ARANGODB_ENDPOINT_OPERATION_DOC |
"Operations to perform on ArangoDb. For the operation AQL_QUERY, no need to specify a collection or graph. One of: [SAVE_DOCUMENT] [FIND_DOCUMENT_BY_KEY] [UPDATE_DOCUMENT] [DELETE_DOCUMENT] [AQL_QUERY] [SAVE_VERTEX] [FIND_VERTEX_BY_KEY] [UPDATE_VERTEX] [DELETE_VERTEX] [SAVE_EDGE] [FIND_EDGE_BY_KEY] [UPDATE_EDGE] [DELETE_EDGE]" |
public static final String |
CAMEL_SINK_ARANGODB_ENDPOINT_PASSWORD_CONF |
"camel.sink.endpoint.password" |
public static final String |
CAMEL_SINK_ARANGODB_ENDPOINT_PASSWORD_DOC |
"ArangoDB password. If user and password are default, this field is Optional." |
public static final String |
CAMEL_SINK_ARANGODB_ENDPOINT_PORT_CONF |
"camel.sink.endpoint.port" |
public static final String |
CAMEL_SINK_ARANGODB_ENDPOINT_PORT_DOC |
"ArangoDB exposed port. If host and port are default, this field is Optional." |
public static final String |
CAMEL_SINK_ARANGODB_ENDPOINT_USER_CONF |
"camel.sink.endpoint.user" |
public static final String |
CAMEL_SINK_ARANGODB_ENDPOINT_USER_DOC |
"ArangoDB user. If user and password are default, this field is Optional." |
public static final String |
CAMEL_SINK_ARANGODB_ENDPOINT_VERTEX_COLLECTION_CONF |
"camel.sink.endpoint.vertexCollection" |
public static final String |
CAMEL_SINK_ARANGODB_ENDPOINT_VERTEX_COLLECTION_DOC |
"Collection name of vertices, when using ArangoDb as a Graph Database. Set the vertexCollection name to perform CRUD operation on vertices using these operations : SAVE_EDGE, FIND_EDGE_BY_KEY, UPDATE_EDGE, DELETE_EDGE. The graph attribute is mandatory." |
public static final String |
CAMEL_SINK_ARANGODB_PATH_DATABASE_CONF |
"camel.sink.path.database" |
public static final String |
CAMEL_SINK_ARANGODB_PATH_DATABASE_DOC |
"database name" |
Copyright © 2021 The Apache Software Foundation. All rights reserved.