Interface ChainedPhysicalStreamBuilder
-
- All Superinterfaces:
ChainedCommonStreamBuilder<ChainedPhysicalStreamBuilder>
- All Known Implementing Classes:
PhysicalStreamBuilder
public interface ChainedPhysicalStreamBuilder extends ChainedCommonStreamBuilder<ChainedPhysicalStreamBuilder>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PGReplicationStream
start()
Open physical replication stream.-
Methods inherited from interface org.postgresql.replication.fluent.ChainedCommonStreamBuilder
withSlotName, withStartPosition, withStatusInterval
-
-
-
-
Method Detail
-
start
PGReplicationStream start() throws java.sql.SQLException
Open physical replication stream.- Returns:
- not null PGReplicationStream available for fetch wal logs in binary form
- Throws:
java.sql.SQLException
- on error
-
-