Package | Description |
---|---|
org.apache.camel.component.mongodb |
Modifier and Type | Field and Description |
---|---|
static Set<MongoDbOperation> |
MongoDbComponent.WRITE_OPERATIONS |
Modifier and Type | Method and Description |
---|---|
MongoDbOperation |
MongoDbEndpoint.getOperation() |
static MongoDbOperation |
MongoDbOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MongoDbOperation[] |
MongoDbOperation.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 |
MongoDbProducer.invokeOperation(MongoDbOperation operation,
org.apache.camel.Exchange exchange)
Entry method that selects the appropriate MongoDB operation and executes it
|
void |
MongoDbEndpoint.setOperation(MongoDbOperation operation)
Sets the operation this endpoint will execute against MongoDB.
|
Apache Camel