| Package | Description |
|---|---|
| io.r2dbc.postgresql.api |
R2DBC driver API with Postgres-specific extensions.
|
| io.r2dbc.postgresql.replication |
Support for logical and physical replication streams.
|
| Class and Description |
|---|
| ReplicationRequest
Value object representing a request to create a replication slot.
|
| ReplicationSlot
Information returned on replication slot creation.
|
| ReplicationSlotRequest
Value object representing a request to create a replication slot.
|
| ReplicationStream
Postgresql replication stream.
|
| Class and Description |
|---|
| LogSequenceNumber
LSN (Log Sequence Number).
|
| ReplicationRequest
Value object representing a request to create a replication slot.
|
| ReplicationRequest.LogicalReplicationRequestBuilder
Fluent builder interface to configure a logical replication stream.
|
| ReplicationRequest.LogicalReplicationStep1
Fluent builder interface to configure the slot name for a logical replication slot.
|
| ReplicationRequest.LogicalReplicationStep2 |
| ReplicationRequest.PhysicalReplicationRequestBuilder
Fluent builder interface to configure a physical replication stream.
|
| ReplicationRequest.PhysicalReplicationStep1
Fluent builder interface to configure the slot name for a physical replication slot.
|
| ReplicationRequest.PhysicalReplicationStep2 |
| ReplicationRequest.WithSlotName
Fluent builder interface fragment to associate the builder with the slot name.
|
| ReplicationRequest.WithSlotOption
Fluent builder interface fragment to associate the builder with slot options.
|
| ReplicationRequest.WithStartPosition |
| ReplicationRequest.WithStatusInterval
Fluent builder interface fragment to associate the builder with status interval updates.
|
| ReplicationSlot
Information returned on replication slot creation.
|
| ReplicationSlotRequest
Value object representing a request to create a replication slot.
|
| ReplicationSlotRequest.LogicalSlotRequestBuilder
Fluent builder interface to configure a logical replication slot.
|
| ReplicationSlotRequest.LogicalSlotRequestBuilderStep1
Fluent builder interface to configure the slot name for a logical replication slot.
|
| ReplicationSlotRequest.LogicalSlotRequestBuilderStep2 |
| ReplicationSlotRequest.PhysicalSlotRequestBuilder
Fluent builder interface to configure a physical replication slot.
|
| ReplicationSlotRequest.PhysicalSlotRequestBuilderStep1
Fluent builder interface to configure the slot name for a physical replication slot.
|
| ReplicationSlotRequest.WithOutputPlugin
Fluent builder interface fragment to associate the builder with an output plugin.
|
| ReplicationSlotRequest.WithSlotName
Fluent builder interface fragment to associate the builder with a slot name.
|
| ReplicationSlotRequest.WithTemporary
Fluent builder interface fragment to associate the builder with the temporary option.
|
| ReplicationType
Replication type.
|
Copyright © 2023. All rights reserved.