Uses of Interface
io.r2dbc.postgresql.replication.ReplicationSlotRequest.WithOutputPlugin
Packages that use ReplicationSlotRequest.WithOutputPlugin
Package
Description
Support for logical and physical replication streams.
- 
Uses of ReplicationSlotRequest.WithOutputPlugin in io.r2dbc.postgresql.replication
Subinterfaces of ReplicationSlotRequest.WithOutputPlugin in io.r2dbc.postgresql.replicationModifier and TypeInterfaceDescriptionstatic interfaceFluent builder interface to configure a logical replication slot.static interfaceMethods in io.r2dbc.postgresql.replication that return ReplicationSlotRequest.WithOutputPluginModifier and TypeMethodDescriptionReplicationSlotRequest.WithOutputPlugin.outputPlugin(String outputPlugin) Output plugin that should be use for decode physical represent WAL to some logical form.