Interface DebeziumPostgresComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface DebeziumPostgresComponentBuilderFactory
Capture changes from a PostgresSQL database. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDebeziumPostgresComponentBuilderFactory.DebeziumPostgresComponentBuilderBuilder for the Debezium PostgresSQL Connector component.static classDebeziumPostgresComponentBuilderFactory.DebeziumPostgresComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static DebeziumPostgresComponentBuilderFactory.DebeziumPostgresComponentBuilderdebeziumPostgres()Debezium PostgresSQL Connector (camel-debezium-postgres) Capture changes from a PostgresSQL database.
-
-
-
Method Detail
-
debeziumPostgres
static DebeziumPostgresComponentBuilderFactory.DebeziumPostgresComponentBuilder debeziumPostgres()
Debezium PostgresSQL Connector (camel-debezium-postgres) Capture changes from a PostgresSQL database. Category: database,sql Since: 3.0 Maven coordinates: org.apache.camel:camel-debezium-postgres- Returns:
- the dsl builder
-
-