Uses of Class
io.r2dbc.postgresql.replication.ReplicationSlotRequest
Packages that use ReplicationSlotRequest
Package
Description
R2DBC driver API with Postgres-specific extensions.
Support for logical and physical replication streams.
-
Uses of ReplicationSlotRequest in io.r2dbc.postgresql.api
Methods in io.r2dbc.postgresql.api with parameters of type ReplicationSlotRequestModifier and TypeMethodDescriptionPostgresqlReplicationConnection.createSlot(ReplicationSlotRequest request) Create a replication slot for logical or physical replication. -
Uses of ReplicationSlotRequest in io.r2dbc.postgresql.replication
Methods in io.r2dbc.postgresql.replication that return ReplicationSlotRequestModifier and TypeMethodDescriptionReplicationSlotRequest.LogicalSlotRequestBuilder.build()Builds the logicalReplicationSlotRequest.ReplicationSlotRequest.PhysicalSlotRequestBuilder.build()Builds the physicalReplicationSlotRequest.