| 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<ReplicationStream> |
PostgresqlReplicationConnection.startReplication(ReplicationRequest request)
Starts the
ReplicationStream for logical or physical replication. |
| Modifier and Type | Method and Description |
|---|---|
ReplicationRequest |
ReplicationRequest.LogicalReplicationRequestBuilder.build()
Returns the logical
ReplicationRequest. |
ReplicationRequest |
ReplicationRequest.PhysicalReplicationRequestBuilder.build()
Returns the physical
ReplicationRequest. |
Copyright © 2023. All rights reserved.