Package | Description |
---|---|
io.r2dbc.postgresql.replication |
Support for logical and physical replication streams.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
ReplicationRequest.LogicalReplicationRequestBuilder
Fluent builder interface to configure a logical replication stream.
|
static interface |
ReplicationRequest.LogicalReplicationStep2 |
static interface |
ReplicationRequest.PhysicalReplicationRequestBuilder
Fluent builder interface to configure a physical replication stream.
|
static interface |
ReplicationRequest.PhysicalReplicationStep2 |
Modifier and Type | Method and Description |
---|---|
ReplicationRequest.WithStartPosition |
ReplicationRequest.WithStartPosition.startPosition(LogSequenceNumber lsn)
Specify start position from which backend will start stream changes.
|
Copyright © 2020. All rights reserved.