Interface ReplicationRequest.LogicalReplicationStep2
- All Superinterfaces:
ReplicationRequest.LogicalReplicationStep1, ReplicationRequest.WithSlotName, ReplicationRequest.WithStartPosition
- All Known Subinterfaces:
ReplicationRequest.LogicalReplicationRequestBuilder
- Enclosing class:
ReplicationRequest
public static interface ReplicationRequest.LogicalReplicationStep2
extends ReplicationRequest.LogicalReplicationStep1, ReplicationRequest.WithStartPosition
-
Method Summary
Modifier and TypeMethodDescriptionSpecify start position from which backend will start stream changes.Methods inherited from interface ReplicationRequest.LogicalReplicationStep1
slotName
-
Method Details
-
startPosition
Specify start position from which backend will start stream changes. If parameter will not specify, streaming starts from restart_lsn. For more details see pg_replication_slots description.- Specified by:
startPositionin interfaceReplicationRequest.WithStartPosition- Parameters:
lsn- not null position from which need start replicate changes- Returns:
thisbuilder
-