Interface ReplicationSlotRequest.LogicalSlotRequestBuilderStep2
- All Superinterfaces:
 ReplicationSlotRequest.WithOutputPlugin, ReplicationSlotRequest.WithSlotName
- All Known Subinterfaces:
 ReplicationSlotRequest.LogicalSlotRequestBuilder
- Enclosing class:
 ReplicationSlotRequest
public static interface ReplicationSlotRequest.LogicalSlotRequestBuilderStep2
extends ReplicationSlotRequest.WithOutputPlugin, ReplicationSlotRequest.WithSlotName
- 
Method Summary
Modifier and TypeMethodDescriptionoutputPlugin(String outputPlugin) Output plugin that should be use for decode physical represent WAL to some logical form.Methods inherited from interface ReplicationSlotRequest.WithSlotName
slotName 
- 
Method Details
- 
outputPlugin
Output plugin that should be use for decode physical represent WAL to some logical form. Output plugin should be installed on server(exists in shared_preload_libraries).
Package postgresql-contrib provides sample output plugin test_decoding that can be use for test logical replication api.
- Specified by:
 outputPluginin interfaceReplicationSlotRequest.WithOutputPlugin- Parameters:
 outputPlugin- name of the output plugin used for logical decoding, must not benullor empty- Returns:
 thisbuilder
 
 -