Uses of Class
org.apache.camel.component.mongodb.MongoDbConsumerType
-
Packages that use MongoDbConsumerType Package Description org.apache.camel.component.mongodb -
-
Uses of MongoDbConsumerType in org.apache.camel.component.mongodb
Methods in org.apache.camel.component.mongodb that return MongoDbConsumerType Modifier and Type Method Description MongoDbConsumerType
MongoDbEndpoint. getDbConsumerType()
static MongoDbConsumerType
MongoDbConsumerType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MongoDbConsumerType[]
MongoDbConsumerType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-