Interface ReplicationSlotRequest.LogicalSlotRequestBuilderStep1

All Superinterfaces:
ReplicationSlotRequest.WithSlotName
All Known Subinterfaces:
ReplicationSlotRequest.LogicalSlotRequestBuilder
Enclosing class:
ReplicationSlotRequest

public static interface ReplicationSlotRequest.LogicalSlotRequestBuilderStep1 extends ReplicationSlotRequest.WithSlotName
Fluent builder interface to configure the slot name for a logical replication slot.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • 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.
      Specified by:
      slotName in interface ReplicationSlotRequest.WithSlotName
      Parameters:
      slotName - replication slot name for create, must not be null or empty
      Returns:
      this builder