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 TypeMethodDescriptionTemporary slots are not saved to disk and are automatically dropped on error or when the session has finished.
-
Method Details
-
temporary
ReplicationSlotRequest.WithTemporary 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:
thisbuilder
-