public static interface DebeziumMySqlEndpointBuilderFactory.DebeziumMySqlBuilders
| Modifier and Type | Method and Description |
|---|---|
default DebeziumMySqlEndpointBuilderFactory.DebeziumMySqlEndpointBuilder |
debeziumMysql(String path)
Debezium MySQL Connector (camel-debezium-mysql)
Represents a Debezium MySQL endpoint which is used to capture changes
in MySQL database so that that applications can see those changes and
respond to them.
|
default DebeziumMySqlEndpointBuilderFactory.DebeziumMySqlEndpointBuilder debeziumMysql(String path)
debezium-mysql:name
Path parameter: name (required)
Unique name for the connector. Attempting to register again with the
same name will fail.Apache Camel