Interface GridFsEndpointBuilderFactory.GridFsBuilders

    • Method Detail

      • mongodbGridfs

        default GridFsEndpointBuilderFactory.GridFsHeaderNameBuilder mongodbGridfs()
        MongoDB GridFS (camel-mongodb-gridfs) Interact with MongoDB GridFS. Category: database,nosql Since: 2.18 Maven coordinates: org.apache.camel:camel-mongodb-gridfs
        Returns:
        the dsl builder for the headers' name.
      • mongodbGridfs

        default GridFsEndpointBuilderFactory.GridFsEndpointBuilder mongodbGridfs​(String path)
        MongoDB GridFS (camel-mongodb-gridfs) Interact with MongoDB GridFS. Category: database,nosql Since: 2.18 Maven coordinates: org.apache.camel:camel-mongodb-gridfs Syntax: mongodb-gridfs:connectionBean Path parameter: connectionBean (required) Name of com.mongodb.client.MongoClient to use.
        Parameters:
        path - connectionBean
        Returns:
        the dsl builder
      • mongodbGridfs

        default GridFsEndpointBuilderFactory.GridFsEndpointBuilder mongodbGridfs​(String componentName,
                                                                                 String path)
        MongoDB GridFS (camel-mongodb-gridfs) Interact with MongoDB GridFS. Category: database,nosql Since: 2.18 Maven coordinates: org.apache.camel:camel-mongodb-gridfs Syntax: mongodb-gridfs:connectionBean Path parameter: connectionBean (required) Name of com.mongodb.client.MongoClient to use.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - connectionBean
        Returns:
        the dsl builder