Uses of Class
org.apache.camel.component.mongodb.MongoDbOutputType
-
Packages that use MongoDbOutputType Package Description org.apache.camel.component.mongodb -
-
Uses of MongoDbOutputType in org.apache.camel.component.mongodb
Methods in org.apache.camel.component.mongodb that return MongoDbOutputType Modifier and Type Method 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.Methods in org.apache.camel.component.mongodb with parameters of type MongoDbOutputType Modifier and Type Method Description void
MongoDbEndpoint. setOutputType(MongoDbOutputType outputType)
Convert the output of the producer to the selected type : DocumentList Document or MongoIterable.
-