Uses of Interface
org.apache.camel.builder.endpoint.dsl.GridFsEndpointBuilderFactory.GridFsEndpointBuilder
Packages that use GridFsEndpointBuilderFactory.GridFsEndpointBuilder
-
Uses of GridFsEndpointBuilderFactory.GridFsEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return GridFsEndpointBuilderFactory.GridFsEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.mongodbGridfs(String path) MongoDB GridFS (camel-mongodb-gridfs) Interact with MongoDB GridFS.StaticEndpointBuilders.mongodbGridfs(String componentName, String path) MongoDB GridFS (camel-mongodb-gridfs) Interact with MongoDB GridFS. -
Uses of GridFsEndpointBuilderFactory.GridFsEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return GridFsEndpointBuilderFactory.GridFsEndpointBuilderModifier and TypeMethodDescriptionGridFsEndpointBuilderFactory.AdvancedGridFsEndpointBuilder.basic()Sets the name of the GridFS bucket within the database.Sets the name of the MongoDB database to target.GridFsEndpointBuilderFactory.endpointBuilder(String componentName, String path) GridFsEndpointBuilderFactory.GridFsBuilders.mongodbGridfs(String path) MongoDB GridFS (camel-mongodb-gridfs) Interact with MongoDB GridFS.GridFsEndpointBuilderFactory.GridFsBuilders.mongodbGridfs(String componentName, String path) MongoDB GridFS (camel-mongodb-gridfs) Interact with MongoDB GridFS.GridFsEndpointBuilderFactory.GridFsEndpointBuilder.readPreference(com.mongodb.ReadPreference readPreference) Sets a MongoDB ReadPreference on the Mongo connection.GridFsEndpointBuilderFactory.GridFsEndpointBuilder.readPreference(String readPreference) Sets a MongoDB ReadPreference on the Mongo connection.GridFsEndpointBuilderFactory.GridFsEndpointBuilder.writeConcern(com.mongodb.WriteConcern writeConcern) Set the WriteConcern for write operations on MongoDB using the standard ones.GridFsEndpointBuilderFactory.GridFsEndpointBuilder.writeConcern(String writeConcern) Set the WriteConcern for write operations on MongoDB using the standard ones.