Uses of Interface
io.r2dbc.postgresql.replication.ReplicationRequest.WithStatusInterval
Packages that use ReplicationRequest.WithStatusInterval
Package
Description
Support for logical and physical replication streams.
- 
Uses of ReplicationRequest.WithStatusInterval in io.r2dbc.postgresql.replication
Subinterfaces of ReplicationRequest.WithStatusInterval in io.r2dbc.postgresql.replicationModifier and TypeInterfaceDescriptionstatic interfaceFluent builder interface to configure a logical replication stream.static interfaceFluent builder interface to configure a physical replication stream.Methods in io.r2dbc.postgresql.replication that return ReplicationRequest.WithStatusIntervalModifier and TypeMethodDescriptionReplicationRequest.WithStatusInterval.statusInterval(Duration interval) Specifies the number of time between status packets sent back to the server.