Package | Description |
---|---|
org.apache.camel.component.mongodb3 |
Modifier and Type | Method and Description |
---|---|
MongoDbOutputType |
MongoDbEndpoint.getOutputType() |
static MongoDbOutputType |
MongoDbOutputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MongoDbOutputType[] |
MongoDbOutputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MongoDbEndpoint.setOutputType(MongoDbOutputType outputType)
Convert the output of the producer to the selected type : DocumentList Document or MongoIterable.
|
Apache Camel