Interface ReplicationRequest.PhysicalReplicationStep2
- All Superinterfaces:
 ReplicationRequest.PhysicalReplicationStep1, ReplicationRequest.WithSlotName, ReplicationRequest.WithStartPosition
- All Known Subinterfaces:
 ReplicationRequest.PhysicalReplicationRequestBuilder
- Enclosing class:
 ReplicationRequest
public static interface ReplicationRequest.PhysicalReplicationStep2
extends ReplicationRequest.PhysicalReplicationStep1, ReplicationRequest.WithStartPosition
- 
Method Summary
Modifier and TypeMethodDescriptionSpecify start position from which backend will start stream changes.Methods inherited from interface ReplicationRequest.PhysicalReplicationStep1
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
 
 -