Uses of Interface
io.r2dbc.postgresql.replication.ReplicationSlotRequest.LogicalSlotRequestBuilderStep2
Packages that use ReplicationSlotRequest.LogicalSlotRequestBuilderStep2
Package
Description
Support for logical and physical replication streams.
- 
Uses of ReplicationSlotRequest.LogicalSlotRequestBuilderStep2 in io.r2dbc.postgresql.replication
Subinterfaces of ReplicationSlotRequest.LogicalSlotRequestBuilderStep2 in io.r2dbc.postgresql.replicationModifier and TypeInterfaceDescriptionstatic interfaceFluent builder interface to configure a logical replication slot.Methods in io.r2dbc.postgresql.replication that return ReplicationSlotRequest.LogicalSlotRequestBuilderStep2Modifier and TypeMethodDescriptionReplication slots provide an automated way to ensure that the primary does not remove WAL segments until they have been received by all standbys, and that the primary does not remove rows which could cause a recovery conflict even when the standby is disconnected.