public interface org.postgresql.replication.PGReplicationConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.postgresql.replication.PGReplicationConnection
  super_class: java.lang.Object
{
  public abstract org.postgresql.replication.fluent.ChainedStreamBuilder replicationStream();
    descriptor: ()Lorg/postgresql/replication/fluent/ChainedStreamBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.postgresql.replication.fluent.ChainedCreateReplicationSlotBuilder createReplicationSlot();
    descriptor: ()Lorg/postgresql/replication/fluent/ChainedCreateReplicationSlotBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void dropReplicationSlot(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
          Name  Flags
      slotName  
}
SourceFile: "PGReplicationConnection.java"