Uses of Interface
io.r2dbc.postgresql.replication.ReplicationRequest.WithStartPosition
Packages that use ReplicationRequest.WithStartPosition
Package
Description
Support for logical and physical replication streams.
- 
Uses of ReplicationRequest.WithStartPosition in io.r2dbc.postgresql.replication
Subinterfaces of ReplicationRequest.WithStartPosition in io.r2dbc.postgresql.replicationModifier and TypeInterfaceDescriptionstatic interfaceFluent builder interface to configure a logical replication stream.static interfacestatic interfaceFluent builder interface to configure a physical replication stream.static interfaceMethods in io.r2dbc.postgresql.replication that return ReplicationRequest.WithStartPositionModifier and TypeMethodDescriptionReplicationRequest.WithStartPosition.startPosition(LogSequenceNumber lsn) Specify start position from which backend will start stream changes.