Uses of Interface
org.apache.camel.builder.endpoint.dsl.MongoDbEndpointBuilderFactory.MongoDbEndpointBuilder
Packages that use MongoDbEndpointBuilderFactory.MongoDbEndpointBuilder
-
Uses of MongoDbEndpointBuilderFactory.MongoDbEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return MongoDbEndpointBuilderFactory.MongoDbEndpointBuilderModifier and TypeMethodDescriptionMongoDB (camel-mongodb) Perform operations on MongoDB documents and collections.MongoDB (camel-mongodb) Perform operations on MongoDB documents and collections. -
Uses of MongoDbEndpointBuilderFactory.MongoDbEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return MongoDbEndpointBuilderFactory.MongoDbEndpointBuilderModifier and TypeMethodDescriptionMongoDbEndpointBuilderFactory.MongoDbEndpointBuilder.authSource(String authSource) The database name associated with the user's credentials.MongoDbEndpointBuilderFactory.AdvancedMongoDbEndpointBuilder.basic()MongoDbEndpointBuilderFactory.MongoDbEndpointBuilder.collection(String collection) Sets the name of the MongoDB collection to bind to this endpoint.MongoDbEndpointBuilderFactory.MongoDbEndpointBuilder.collectionIndex(String collectionIndex) Sets the collection index (JSON FORMAT : { field1 : order1, field2 : order2}).MongoDbEndpointBuilderFactory.MongoDbEndpointBuilder.createCollection(boolean createCollection) Create collection during initialisation if it doesn't exist.MongoDbEndpointBuilderFactory.MongoDbEndpointBuilder.createCollection(String createCollection) Create collection during initialisation if it doesn't exist.Sets the name of the MongoDB database to target.MongoDbEndpointBuilderFactory.endpointBuilder(String componentName, String path) Host address of mongodb server in host:port format.MongoDbEndpointBuilderFactory.MongoDbEndpointBuilder.mongoConnection(com.mongodb.client.MongoClient mongoConnection) Sets the connection bean used as a client for connecting to a database.MongoDbEndpointBuilderFactory.MongoDbEndpointBuilder.mongoConnection(String mongoConnection) Sets the connection bean used as a client for connecting to a database.MongoDB (camel-mongodb) Perform operations on MongoDB documents and collections.MongoDB (camel-mongodb) Perform operations on MongoDB documents and collections.Sets the operation this endpoint will execute against MongoDB.MongoDbEndpointBuilderFactory.MongoDbEndpointBuilder.operation(org.apache.camel.component.mongodb.MongoDbOperation operation) Sets the operation this endpoint will execute against MongoDB.MongoDbEndpointBuilderFactory.MongoDbEndpointBuilder.outputType(String outputType) Convert the output of the producer to the selected type : DocumentList Document or MongoIterable.MongoDbEndpointBuilderFactory.MongoDbEndpointBuilder.outputType(org.apache.camel.component.mongodb.MongoDbOutputType outputType) Convert the output of the producer to the selected type : DocumentList Document or MongoIterable.User password for mongodb connection.Username for mongodb connection.