Uses of Class
io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
-
Packages that use PostgresReplicationConnection.ReplicationConnectionBuilder Package Description io.debezium.connector.postgresql.connection -
-
Uses of PostgresReplicationConnection.ReplicationConnectionBuilder in io.debezium.connector.postgresql.connection
Methods in io.debezium.connector.postgresql.connection that return PostgresReplicationConnection.ReplicationConnectionBuilder Modifier and Type Method Description PostgresReplicationConnection.ReplicationConnectionBuilderPostgresReplicationConnection.ReplicationConnectionBuilder. dropSlotOnClose(boolean dropSlotOnClose)PostgresReplicationConnection.ReplicationConnectionBuilderPostgresReplicationConnection.ReplicationConnectionBuilder. statusUpdateInterval(Duration statusUpdateInterval)PostgresReplicationConnection.ReplicationConnectionBuilderPostgresReplicationConnection.ReplicationConnectionBuilder. streamParams(String slotStreamParams)PostgresReplicationConnection.ReplicationConnectionBuilderPostgresReplicationConnection.ReplicationConnectionBuilder. withPlugin(PostgresConnectorConfig.LogicalDecoder plugin)PostgresReplicationConnection.ReplicationConnectionBuilderPostgresReplicationConnection.ReplicationConnectionBuilder. withSlot(String slotName)
-