| Modifier and Type | Method and Description |
|---|---|
Mono<Void> |
close() |
Mono<ReplicationSlot> |
createSlot(ReplicationSlotRequest request)
Create a replication slot for logical or physical replication.
|
PostgresqlConnectionMetadata |
getMetadata()
Returns the
PostgresqlConnectionMetadata for this connection. |
Mono<ReplicationStream> |
startReplication(ReplicationRequest request)
Starts the
ReplicationStream for logical or physical replication. |
Mono<ReplicationSlot> createSlot(ReplicationSlotRequest request)
request - description of the slot to createMono emitting ReplicationSlot information once the slot was createdMono<ReplicationStream> startReplication(ReplicationRequest request)
ReplicationStream for logical or physical replication.
After starting the replication stream this connection becomes unavailable for slot creation and other streams unless the ReplicationStream is closed.request - description of the replication stream to createMono emitting ReplicationStream once the replication was startedPostgresqlConnectionMetadata getMetadata()
PostgresqlConnectionMetadata for this connection.PostgresqlConnectionMetadata for this connectionCopyright © 2022. All rights reserved.