Interface MongoDbEndpointBuilderFactory.MongoDbBuilders

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

public static interface MongoDbEndpointBuilderFactory.MongoDbBuilders
  • Method Details

    • mongodb

      MongoDB (camel-mongodb) Perform operations on MongoDB documents and collections. Category: database Since: 2.19 Maven coordinates: org.apache.camel:camel-mongodb
      Returns:
      the dsl builder for the headers' name.
    • mongodb

      MongoDB (camel-mongodb) Perform operations on MongoDB documents and collections. Category: database 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 if no hosts parameter is present.
      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 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 if no hosts parameter is present.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - connectionBean
      Returns:
      the dsl builder