| Package | Description |
|---|---|
| io.r2dbc.postgresql.api |
R2DBC driver API with Postgres-specific extensions.
|
| io.r2dbc.postgresql.replication |
Support for logical and physical replication streams.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<ReplicationSlot> |
PostgresqlReplicationConnection.createSlot(ReplicationSlotRequest request)
Create a replication slot for logical or physical replication.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationSlotRequest |
ReplicationSlotRequest.LogicalSlotRequestBuilder.build()
Builds the logical
ReplicationSlotRequest. |
ReplicationSlotRequest |
ReplicationSlotRequest.PhysicalSlotRequestBuilder.build()
Builds the physical
ReplicationSlotRequest. |
Copyright © 2024. All rights reserved.