Uses of Class
org.apache.camel.component.mongodb.CamelMongoDbException
-
Packages that use CamelMongoDbException Package Description org.apache.camel.component.mongodb -
-
Uses of CamelMongoDbException in org.apache.camel.component.mongodb
Methods in org.apache.camel.component.mongodb that return CamelMongoDbException Modifier and Type Method Description static CamelMongoDbExceptionMongoDbComponent. wrapInCamelMongoDbException(Throwable t)Methods in org.apache.camel.component.mongodb that throw CamelMongoDbException Modifier and Type Method Description voidMongoDbEndpoint. initializeConnection()Initialises the MongoDB connection using the Mongo object provided to the endpointvoidMongoDbEndpoint. setDbConsumerType(String dbConsumerType)Reserved for future use, when more consumer types are supported.voidMongoDbEndpoint. setOperation(String operation)Sets the operation this endpoint will execute against MongoDB.
-