Uses of Interface
io.r2dbc.postgresql.replication.ReplicationStream
Packages that use ReplicationStream
-
Uses of ReplicationStream in io.r2dbc.postgresql.api
Methods in io.r2dbc.postgresql.api that return types with arguments of type ReplicationStreamModifier and TypeMethodDescriptionPostgresqlReplicationConnection.startReplication(ReplicationRequest request) Starts theReplicationStreamfor logical or physical replication.