Interface GridFsEndpointBuilderFactory.GridFsBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
GridFsEndpointBuilderFactory

public static interface GridFsEndpointBuilderFactory.GridFsBuilders
  • Method Details

    • mongodbGridfs

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

      MongoDB GridFS (camel-mongodb-gridfs) Interact with MongoDB GridFS. Category: database,file 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,file 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