| 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 |
|---|---|
static ReplicationRequest.LogicalReplicationRequestBuilder |
ReplicationRequest.logical(ReplicationSlot replicationSlot)
Create a new builder to configure a logical
ReplicationRequest from ReplicationSlot. |
Copyright © 2024. All rights reserved.