Uses of Interface
io.r2dbc.postgresql.replication.ReplicationSlotRequest.WithTemporary
Packages that use ReplicationSlotRequest.WithTemporary
Package
Description
Support for logical and physical replication streams.
-
Uses of ReplicationSlotRequest.WithTemporary in io.r2dbc.postgresql.replication
Subinterfaces of ReplicationSlotRequest.WithTemporary in io.r2dbc.postgresql.replicationModifier and TypeInterfaceDescriptionstatic interfaceFluent builder interface to configure a logical replication slot.static interfaceFluent builder interface to configure a physical replication slot.Methods in io.r2dbc.postgresql.replication that return ReplicationSlotRequest.WithTemporaryModifier and TypeMethodDescriptionReplicationSlotRequest.WithTemporary.temporary()Temporary slots are not saved to disk and are automatically dropped on error or when the session has finished.