Uses of Class
io.r2dbc.postgresql.replication.ReplicationRequest
Packages that use ReplicationRequest
Package
Description
R2DBC driver API with Postgres-specific extensions.
Support for logical and physical replication streams.
- 
Uses of ReplicationRequest in io.r2dbc.postgresql.api
Methods in io.r2dbc.postgresql.api with parameters of type ReplicationRequestModifier and TypeMethodDescriptionPostgresqlReplicationConnection.startReplication(ReplicationRequest request) Starts theReplicationStreamfor logical or physical replication. - 
Uses of ReplicationRequest in io.r2dbc.postgresql.replication
Methods in io.r2dbc.postgresql.replication that return ReplicationRequestModifier and TypeMethodDescriptionReplicationRequest.LogicalReplicationRequestBuilder.build()Returns the logicalReplicationRequest.ReplicationRequest.PhysicalReplicationRequestBuilder.build()Returns the physicalReplicationRequest.