public interface org.postgresql.core.ReplicationProtocol
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.postgresql.core.ReplicationProtocol
  super_class: java.lang.Object
{
  public abstract org.postgresql.replication.PGReplicationStream startLogical(org.postgresql.replication.fluent.logical.LogicalReplicationOptions);
    descriptor: (Lorg/postgresql/replication/fluent/logical/LogicalReplicationOptions;)Lorg/postgresql/replication/PGReplicationStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
         Name  Flags
      options  

  public abstract org.postgresql.replication.PGReplicationStream startPhysical(org.postgresql.replication.fluent.physical.PhysicalReplicationOptions);
    descriptor: (Lorg/postgresql/replication/fluent/physical/PhysicalReplicationOptions;)Lorg/postgresql/replication/PGReplicationStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
         Name  Flags
      options  
}
SourceFile: "ReplicationProtocol.java"