Interface DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresBuilders

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

public static interface DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresBuilders
  • Method Details

    • debeziumPostgres

      Debezium PostgresSQL Connector (camel-debezium-postgres) Capture changes from a PostgresSQL database. Category: database Since: 3.0 Maven coordinates: org.apache.camel:camel-debezium-postgres
      Returns:
      the dsl builder for the headers' name.
    • debeziumPostgres

      Debezium PostgresSQL Connector (camel-debezium-postgres) Capture changes from a PostgresSQL database. Category: database Since: 3.0 Maven coordinates: org.apache.camel:camel-debezium-postgres Syntax: debezium-postgres: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
    • debeziumPostgres

      Debezium PostgresSQL Connector (camel-debezium-postgres) Capture changes from a PostgresSQL database. Category: database Since: 3.0 Maven coordinates: org.apache.camel:camel-debezium-postgres Syntax: debezium-postgres: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