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 interface
DebeziumPostgresComponentBuilderFactory.DebeziumPostgresComponentBuilder
Builder for the Debezium PostgresSQL Connector component.static class
DebeziumPostgresComponentBuilderFactory.DebeziumPostgresComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static DebeziumPostgresComponentBuilderFactory.DebeziumPostgresComponentBuilder
debeziumPostgres()
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
-
-