Uses of Class
io.debezium.connector.postgresql.ReplicaIdentityMapper
Packages that use ReplicaIdentityMapper
-
Uses of ReplicaIdentityMapper in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as ReplicaIdentityMapperModifier and TypeFieldDescriptionprivate final ReplicaIdentityMapperPostgresConnectorConfig.replicaIdentityMapperMethods in io.debezium.connector.postgresql that return types with arguments of type ReplicaIdentityMapper -
Uses of ReplicaIdentityMapper in io.debezium.connector.postgresql.connection
Fields in io.debezium.connector.postgresql.connection with type parameters of type ReplicaIdentityMapperModifier and TypeFieldDescriptionprivate Optional<ReplicaIdentityMapper>PostgresReplicationConnection.replicaIdentityMapper