Interface ReplicationSlotRequest.WithTemporary

All Known Subinterfaces:
ReplicationSlotRequest.LogicalSlotRequestBuilder, ReplicationSlotRequest.PhysicalSlotRequestBuilder
Enclosing class:
ReplicationSlotRequest

public static interface ReplicationSlotRequest.WithTemporary
Fluent builder interface fragment to associate the builder with the temporary option.
  • Method Summary

    Modifier and Type
    Method
    Description
    Temporary slots are not saved to disk and are automatically dropped on error or when the session has finished.
  • Method Details

    • temporary

      Temporary slots are not saved to disk and are automatically dropped on error or when the session has finished.

      This feature is only supported by PostgreSQL versions >= 10.

      Returns:
      this builder