Uses of Class
io.r2dbc.postgresql.replication.ReplicationSlot
Packages that use ReplicationSlot
Package
Description
R2DBC driver API with Postgres-specific extensions.
Support for logical and physical replication streams.
-
Uses of ReplicationSlot in io.r2dbc.postgresql.api
Methods in io.r2dbc.postgresql.api that return types with arguments of type ReplicationSlotModifier and TypeMethodDescriptionPostgresqlReplicationConnection.createSlot(ReplicationSlotRequest request) Create a replication slot for logical or physical replication. -
Uses of ReplicationSlot in io.r2dbc.postgresql.replication
Methods in io.r2dbc.postgresql.replication with parameters of type ReplicationSlotModifier and TypeMethodDescriptionReplicationRequest.logical(ReplicationSlot replicationSlot) Create a new builder to configure a logicalReplicationRequestfromReplicationSlot.