Uses of Enum Class
org.apache.camel.component.mongodb.MongoDbOutputType
Packages that use MongoDbOutputType
-
Uses of MongoDbOutputType in org.apache.camel.component.mongodb
Methods in org.apache.camel.component.mongodb that return MongoDbOutputTypeModifier and TypeMethodDescriptionMongoDbEndpoint.getOutputType()static MongoDbOutputTypeReturns the enum constant of this class with the specified name.static MongoDbOutputType[]MongoDbOutputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.mongodb with parameters of type MongoDbOutputTypeModifier and TypeMethodDescriptionvoidMongoDbEndpoint.setOutputType(MongoDbOutputType outputType) Convert the output of the producer to the selected type : DocumentList Document or MongoIterable.