Modifier and Type | Method and Description |
---|---|
ArangoDbOperation |
ArangoDbConfiguration.getOperation() |
static ArangoDbOperation |
ArangoDbOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArangoDbOperation[] |
ArangoDbOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ArangoDbProducer.invokeOperation(ArangoDbOperation operation,
org.apache.camel.Exchange exchange)
Entry method that selects the appropriate ArangoDb operation and executes it
|
void |
ArangoDbConfiguration.setOperation(ArangoDbOperation operation)
Operations to perform on ArangoDb.
|
Apache Camel