Interface DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbBuilders

    • Method Detail

      • debeziumMongodb

        default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder debeziumMongodb​(String path)
        Debezium MongoDB Connector (camel-debezium-mongodb) Capture changes from a MongoDB database. Category: database,nosql Since: 3.0 Maven coordinates: org.apache.camel:camel-debezium-mongodb Syntax: debezium-mongodb:name Path parameter: name (required) Unique name for the connector. Attempting to register again with the same name will fail.
        Parameters:
        path - name
        Returns:
        the dsl builder
      • debeziumMongodb

        default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder debeziumMongodb​(String componentName,
                                                                                                     String path)
        Debezium MongoDB Connector (camel-debezium-mongodb) Capture changes from a MongoDB database. Category: database,nosql Since: 3.0 Maven coordinates: org.apache.camel:camel-debezium-mongodb Syntax: debezium-mongodb:name Path parameter: name (required) Unique name for the connector. Attempting to register again with the same name will fail.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - name
        Returns:
        the dsl builder