| Package | Description |
|---|---|
| io.r2dbc.postgresql.replication |
Support for logical and physical replication streams.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ReplicationSlotRequest.LogicalSlotRequestBuilder
Fluent builder interface to configure a logical replication slot.
|
static interface |
ReplicationSlotRequest.PhysicalSlotRequestBuilder
Fluent builder interface to configure a physical replication slot.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationSlotRequest.WithTemporary |
ReplicationSlotRequest.WithTemporary.temporary()
Temporary slots are not saved to disk and are automatically dropped on error or when
the session has finished.
|
Copyright © 2024. All rights reserved.