| Package | Description |
|---|---|
| io.debezium.connector.postgresql.connection |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
PostgresReplicationConnection.ReplicationConnectionBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationConnection.Builder |
ReplicationConnection.builder(Configuration jdbcConfig)
Creates a new
ReplicationConnection.Builder instance which can be used for creating replication connections. |
ReplicationConnection.Builder |
ReplicationConnection.Builder.dropSlotOnClose(boolean dropSlotOnClose)
Whether or not to drop the replication slot once the replication connection closes
|
ReplicationConnection.Builder |
ReplicationConnection.Builder.statusUpdateIntervalMillis(Integer statusUpdateIntervalMillis)
The number of milli-seconds the replication connection should periodically send updates to the server.
|
ReplicationConnection.Builder |
ReplicationConnection.Builder.withPlugin(String pluginName)
Sets the name for the PG logical decoding plugin
|
ReplicationConnection.Builder |
ReplicationConnection.Builder.withSlot(String slotName)
Sets the name for the PG logical replication slot
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.