Interface MongoDbEndpointBuilderFactory.MongoDbBuilders

    • Method Detail

      • mongodb

        default MongoDbEndpointBuilderFactory.MongoDbEndpointBuilder mongodb​(String path)
        MongoDB (camel-mongodb) Perform operations on MongoDB documents and collections. Category: database,nosql Since: 2.19 Maven coordinates: org.apache.camel:camel-mongodb Syntax: mongodb:connectionBean Path parameter: connectionBean (required) Sets the connection bean reference used to lookup a client for connecting to a database.
        Parameters:
        path - connectionBean
        Returns:
        the dsl builder
      • mongodb

        default MongoDbEndpointBuilderFactory.MongoDbEndpointBuilder mongodb​(String componentName,
                                                                             String path)
        MongoDB (camel-mongodb) Perform operations on MongoDB documents and collections. Category: database,nosql Since: 2.19 Maven coordinates: org.apache.camel:camel-mongodb Syntax: mongodb:connectionBean Path parameter: connectionBean (required) Sets the connection bean reference used to lookup a client for connecting to a database.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - connectionBean
        Returns:
        the dsl builder