@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface DebeziumPostgresEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DebeziumPostgresEndpointBuilderFactory.AdvancedDebeziumPostgresEndpointBuilder
Advanced builder for endpoint for the Debezium PostgresSQL Connector
component.
|
static interface |
DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresBuilders |
static interface |
DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder
Builder for endpoint for the Debezium PostgresSQL Connector component.
|
| Modifier and Type | Method and Description |
|---|---|
static DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder |
debeziumPostgres(String path)
Debezium PostgresSQL Connector (camel-debezium-postgres)
Represents a Debezium PostgresSQL endpoint which is used to capture
changes in PostgresSQL database so that that applications can see those
changes and respond to them.
|
static DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder debeziumPostgres(String path)
debezium-postgres:name
Path parameter: name (required)
Unique name for the connector. Attempting to register again with the same
name will fail.Apache Camel