public static interface ReplicationRequest.WithSlotName
| Modifier and Type | Method and Description |
|---|---|
ReplicationRequest.WithSlotName |
slotName(String slotName)
Replication slots provide an automated way to ensure that the primary does not remove WAL segments until they have been received by all standbys, and that the primary does not remove rows
which could cause a recovery conflict even when the standby is disconnected.
|
ReplicationRequest.WithSlotName slotName(String slotName)
slotName - not null replication slot already exists on serverthis builderIllegalArgumentException - if slotName is null or emptyCopyright © 2024. All rights reserved.