public class io.reactiverse.pgclient.impl.PgConnectionImpl extends io.reactiverse.pgclient.impl.PgConnectionBase<io.reactiverse.pgclient.impl.PgConnectionImpl> implements io.reactiverse.pgclient.PgConnection, io.reactiverse.pgclient.impl.Connection$Holder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.reactiverse.pgclient.impl.PgConnectionImpl
  super_class: io.reactiverse.pgclient.impl.PgConnectionBase
{
  private final io.reactiverse.pgclient.impl.PgConnectionFactory factory;
    descriptor: Lio/reactiverse/pgclient/impl/PgConnectionFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;

  private volatile io.vertx.core.Handler<java.lang.Void> closeHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.reactiverse.pgclient.impl.Transaction tx;
    descriptor: Lio/reactiverse/pgclient/impl/Transaction;
    flags: (0x0002) ACC_PRIVATE

  private volatile io.vertx.core.Handler<io.reactiverse.pgclient.PgNotification> notificationHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    Signature: Lio/vertx/core/Handler<Lio/reactiverse/pgclient/PgNotification;>;

  public void <init>(io.reactiverse.pgclient.impl.PgConnectionFactory, io.vertx.core.Context, io.reactiverse.pgclient.impl.Connection);
    descriptor: (Lio/reactiverse/pgclient/impl/PgConnectionFactory;Lio/vertx/core/Context;Lio/reactiverse/pgclient/impl/Connection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
        start local 1 // io.reactiverse.pgclient.impl.PgConnectionFactory factory
        start local 2 // io.vertx.core.Context context
        start local 3 // io.reactiverse.pgclient.impl.Connection conn
         0: .line 35
            aload 0 /* this */
            aload 2 /* context */
            aload 3 /* conn */
            invokespecial io.reactiverse.pgclient.impl.PgConnectionBase.<init>:(Lio/vertx/core/Context;Lio/reactiverse/pgclient/impl/Connection;)V
         1: .line 36
            aload 0 /* this */
            aload 1 /* factory */
            putfield io.reactiverse.pgclient.impl.PgConnectionImpl.factory:Lio/reactiverse/pgclient/impl/PgConnectionFactory;
         2: .line 37
            return
        end local 3 // io.reactiverse.pgclient.impl.Connection conn
        end local 2 // io.vertx.core.Context context
        end local 1 // io.reactiverse.pgclient.impl.PgConnectionFactory factory
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;
            0    3     1  factory  Lio/reactiverse/pgclient/impl/PgConnectionFactory;
            0    3     2  context  Lio/vertx/core/Context;
            0    3     3     conn  Lio/reactiverse/pgclient/impl/Connection;
    MethodParameters:
         Name  Flags
      factory  
      context  
      conn     

  public io.reactiverse.pgclient.impl.Connection connection();
    descriptor: ()Lio/reactiverse/pgclient/impl/Connection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
         0: .line 41
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
            areturn
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;

  public void handleClosed();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
         0: .line 46
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.closeHandler:Lio/vertx/core/Handler;
            astore 1 /* handler */
        start local 1 // io.vertx.core.Handler handler
         1: .line 47
            aload 1 /* handler */
            ifnull 3
         2: .line 48
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.context:Lio/vertx/core/Context;
            aload 1 /* handler */
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         3: .line 50
      StackMap locals: io.vertx.core.Handler
      StackMap stack:
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;
            1    4     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;

  public <R> void schedule(io.reactiverse.pgclient.impl.CommandBase<R>, io.vertx.core.Handler<? super io.reactiverse.pgclient.impl.CommandResponse<R>>);
    descriptor: (Lio/reactiverse/pgclient/impl/CommandBase;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
        start local 1 // io.reactiverse.pgclient.impl.CommandBase cmd
        start local 2 // io.vertx.core.Handler handler
         0: .line 54
            aload 1 /* cmd */
            aload 0 /* this */
            aload 2 /* handler */
            invokedynamic handle(Lio/reactiverse/pgclient/impl/PgConnectionImpl;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/reactiverse/pgclient/impl/PgConnectionImpl.lambda$0(Lio/vertx/core/Handler;Lio/reactiverse/pgclient/impl/CommandResponse;)V (7)
                  (Lio/reactiverse/pgclient/impl/CommandResponse;)V
            putfield io.reactiverse.pgclient.impl.CommandBase.handler:Lio/vertx/core/Handler;
         1: .line 59
            aload 0 /* this */
            aload 1 /* cmd */
            invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.schedule:(Lio/reactiverse/pgclient/impl/CommandBase;)V
         2: .line 60
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.reactiverse.pgclient.impl.CommandBase cmd
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;
            0    3     1      cmd  Lio/reactiverse/pgclient/impl/CommandBase<TR;>;
            0    3     2  handler  Lio/vertx/core/Handler<-Lio/reactiverse/pgclient/impl/CommandResponse<TR;>;>;
    Signature: <R:Ljava/lang/Object;>(Lio/reactiverse/pgclient/impl/CommandBase<TR;>;Lio/vertx/core/Handler<-Lio/reactiverse/pgclient/impl/CommandResponse<TR;>;>;)V
    MethodParameters:
         Name  Flags
      cmd      
      handler  

  protected void schedule(io.reactiverse.pgclient.impl.CommandBase<?>);
    descriptor: (Lio/reactiverse/pgclient/impl/CommandBase;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
        start local 1 // io.reactiverse.pgclient.impl.CommandBase cmd
         0: .line 63
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.context:Lio/vertx/core/Context;
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            if_acmpne 6
         1: .line 64
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.tx:Lio/reactiverse/pgclient/impl/Transaction;
            ifnull 4
         2: .line 65
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.tx:Lio/reactiverse/pgclient/impl/Transaction;
            aload 1 /* cmd */
            invokevirtual io.reactiverse.pgclient.impl.Transaction.schedule:(Lio/reactiverse/pgclient/impl/CommandBase;)V
         3: .line 66
            goto 7
         4: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
            aload 1 /* cmd */
            invokeinterface io.reactiverse.pgclient.impl.Connection.schedule:(Lio/reactiverse/pgclient/impl/CommandBase;)V
         5: .line 69
            goto 7
         6: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.context:Lio/vertx/core/Context;
            aload 0 /* this */
            aload 1 /* cmd */
            invokedynamic handle(Lio/reactiverse/pgclient/impl/PgConnectionImpl;Lio/reactiverse/pgclient/impl/CommandBase;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/reactiverse/pgclient/impl/PgConnectionImpl.lambda$1(Lio/reactiverse/pgclient/impl/CommandBase;Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         7: .line 74
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.reactiverse.pgclient.impl.CommandBase cmd
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;
            0    8     1   cmd  Lio/reactiverse/pgclient/impl/CommandBase<*>;
    Signature: (Lio/reactiverse/pgclient/impl/CommandBase<*>;)V
    MethodParameters:
      Name  Flags
      cmd   

  public void handleException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
        start local 1 // java.lang.Throwable err
         0: .line 78
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.exceptionHandler:Lio/vertx/core/Handler;
            astore 2 /* handler */
        start local 2 // io.vertx.core.Handler handler
         1: .line 79
            aload 2 /* handler */
            ifnull 4
         2: .line 80
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.context:Lio/vertx/core/Context;
            aload 2 /* handler */
            aload 1 /* err */
            invokedynamic handle(Lio/vertx/core/Handler;Ljava/lang/Throwable;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/reactiverse/pgclient/impl/PgConnectionImpl.lambda$2(Lio/vertx/core/Handler;Ljava/lang/Throwable;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         3: .line 83
            goto 5
         4: .line 84
      StackMap locals: io.vertx.core.Handler
      StackMap stack:
            aload 1 /* err */
            invokevirtual java.lang.Throwable.printStackTrace:()V
         5: .line 86
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.Throwable err
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;
            0    6     1      err  Ljava/lang/Throwable;
            1    6     2  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    MethodParameters:
      Name  Flags
      err   

  public boolean isSSL();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
         0: .line 90
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
            invokeinterface io.reactiverse.pgclient.impl.Connection.isSsl:()Z
            ireturn
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;

  public io.reactiverse.pgclient.PgConnection closeHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 95
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.reactiverse.pgclient.impl.PgConnectionImpl.closeHandler:Lio/vertx/core/Handler;
         1: .line 96
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/reactiverse/pgclient/PgConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactiverse.pgclient.PgConnection notificationHandler(io.vertx.core.Handler<io.reactiverse.pgclient.PgNotification>);
    descriptor: (Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 101
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.reactiverse.pgclient.impl.PgConnectionImpl.notificationHandler:Lio/vertx/core/Handler;
         1: .line 102
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/reactiverse/pgclient/PgNotification;>;
    Signature: (Lio/vertx/core/Handler<Lio/reactiverse/pgclient/PgNotification;>;)Lio/reactiverse/pgclient/PgConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactiverse.pgclient.PgConnection exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 107
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.reactiverse.pgclient.impl.PgConnectionImpl.exceptionHandler:Lio/vertx/core/Handler;
         1: .line 108
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/reactiverse/pgclient/PgConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactiverse.pgclient.PgTransaction begin();
    descriptor: ()Lio/reactiverse/pgclient/PgTransaction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
         0: .line 113
            aload 0 /* this */
            iconst_0
            invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.begin:(Z)Lio/reactiverse/pgclient/PgTransaction;
            areturn
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;

  io.reactiverse.pgclient.PgTransaction begin(boolean);
    descriptor: (Z)Lio/reactiverse/pgclient/PgTransaction;
    flags: (0x0000) 
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
        start local 1 // boolean closeOnEnd
         0: .line 117
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.tx:Lio/reactiverse/pgclient/impl/Transaction;
            ifnull 2
         1: .line 118
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new io.reactiverse.pgclient.impl.Transaction
            dup
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.context:Lio/vertx/core/Context;
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
            aload 0 /* this */
            iload 1 /* closeOnEnd */
            invokedynamic handle(Lio/reactiverse/pgclient/impl/PgConnectionImpl;Z)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/reactiverse/pgclient/impl/PgConnectionImpl.lambda$3(ZLjava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokespecial io.reactiverse.pgclient.impl.Transaction.<init>:(Lio/vertx/core/Context;Lio/reactiverse/pgclient/impl/Connection;Lio/vertx/core/Handler;)V
            putfield io.reactiverse.pgclient.impl.PgConnectionImpl.tx:Lio/reactiverse/pgclient/impl/Transaction;
         3: .line 126
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.tx:Lio/reactiverse/pgclient/impl/Transaction;
            areturn
        end local 1 // boolean closeOnEnd
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;
            0    4     1  closeOnEnd  Z
    MethodParameters:
            Name  Flags
      closeOnEnd  

  public void handleNotification(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
        start local 1 // int processId
        start local 2 // java.lang.String channel
        start local 3 // java.lang.String payload
         0: .line 130
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.notificationHandler:Lio/vertx/core/Handler;
            astore 4 /* handler */
        start local 4 // io.vertx.core.Handler handler
         1: .line 131
            aload 4 /* handler */
            ifnull 3
         2: .line 132
            aload 4 /* handler */
            new io.reactiverse.pgclient.PgNotification
            dup
            invokespecial io.reactiverse.pgclient.PgNotification.<init>:()V
            iload 1 /* processId */
            invokevirtual io.reactiverse.pgclient.PgNotification.setProcessId:(I)Lio/reactiverse/pgclient/PgNotification;
            aload 2 /* channel */
            invokevirtual io.reactiverse.pgclient.PgNotification.setChannel:(Ljava/lang/String;)Lio/reactiverse/pgclient/PgNotification;
            aload 3 /* payload */
            invokevirtual io.reactiverse.pgclient.PgNotification.setPayload:(Ljava/lang/String;)Lio/reactiverse/pgclient/PgNotification;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 134
      StackMap locals: io.vertx.core.Handler
      StackMap stack:
            return
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String payload
        end local 2 // java.lang.String channel
        end local 1 // int processId
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;
            0    4     1  processId  I
            0    4     2    channel  Ljava/lang/String;
            0    4     3    payload  Ljava/lang/String;
            1    4     4    handler  Lio/vertx/core/Handler<Lio/reactiverse/pgclient/PgNotification;>;
    MethodParameters:
           Name  Flags
      processId  
      channel    
      payload    

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
         0: .line 138
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.context:Lio/vertx/core/Context;
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            if_acmpne 7
         1: .line 139
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.tx:Lio/reactiverse/pgclient/impl/Transaction;
            ifnull 5
         2: .line 140
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.tx:Lio/reactiverse/pgclient/impl/Transaction;
            aload 0 /* this */
            invokedynamic handle(Lio/reactiverse/pgclient/impl/PgConnectionImpl;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/reactiverse/pgclient/impl/PgConnectionImpl.lambda$4(Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.reactiverse.pgclient.impl.Transaction.rollback:(Lio/vertx/core/Handler;)V
         3: .line 141
            aload 0 /* this */
            aconst_null
            putfield io.reactiverse.pgclient.impl.PgConnectionImpl.tx:Lio/reactiverse/pgclient/impl/Transaction;
         4: .line 142
            goto 8
         5: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
            aload 0 /* this */
            invokeinterface io.reactiverse.pgclient.impl.Connection.close:(Lio/reactiverse/pgclient/impl/Connection$Holder;)V
         6: .line 145
            goto 8
         7: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.context:Lio/vertx/core/Context;
            aload 0 /* this */
            invokedynamic handle(Lio/reactiverse/pgclient/impl/PgConnectionImpl;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/reactiverse/pgclient/impl/PgConnectionImpl.lambda$5(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         8: .line 148
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;

  public int processId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
         0: .line 152
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
            invokeinterface io.reactiverse.pgclient.impl.Connection.getProcessId:()I
            ireturn
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;

  public int secretKey();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
         0: .line 157
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
            invokeinterface io.reactiverse.pgclient.impl.Connection.getSecretKey:()I
            ireturn
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;

  public io.reactiverse.pgclient.PgConnection cancelRequest(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 162
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            astore 2 /* current */
        start local 2 // io.vertx.core.Context current
         1: .line 163
            aload 2 /* current */
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.context:Lio/vertx/core/Context;
            if_acmpne 4
         2: .line 164
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.factory:Lio/reactiverse/pgclient/impl/PgConnectionFactory;
            aload 0 /* this */
            aload 1 /* handler */
            invokedynamic handle(Lio/reactiverse/pgclient/impl/PgConnectionImpl;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/reactiverse/pgclient/impl/PgConnectionImpl.lambda$6(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.reactiverse.pgclient.impl.PgConnectionFactory.connect:(Lio/vertx/core/Handler;)V
         3: .line 172
            goto 5
         4: .line 173
      StackMap locals: io.vertx.core.Context
      StackMap stack:
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.context:Lio/vertx/core/Context;
            aload 0 /* this */
            aload 1 /* handler */
            invokedynamic handle(Lio/reactiverse/pgclient/impl/PgConnectionImpl;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/reactiverse/pgclient/impl/PgConnectionImpl.lambda$7(Lio/vertx/core/Handler;Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         5: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Context current
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;
            0    6     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    6     2  current  Lio/vertx/core/Context;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/reactiverse/pgclient/PgConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactiverse.pgclient.PgConnection preparedQuery(java.lang.String, java.util.stream.Collector, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.stream.Collector
            aload 3
            checkcast io.vertx.core.Handler
            invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.preparedQuery:(Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
            checkcast io.reactiverse.pgclient.PgConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.reactiverse.pgclient.PgConnection preparedQuery(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.preparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
            checkcast io.reactiverse.pgclient.PgConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.reactiverse.pgclient.PgConnection preparedQuery(java.lang.String, io.reactiverse.pgclient.Tuple, java.util.stream.Collector, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/reactiverse/pgclient/Tuple;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            checkcast java.util.stream.Collector
            aload 4
            checkcast io.vertx.core.Handler
            invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.preparedQuery:(Ljava/lang/String;Lio/reactiverse/pgclient/Tuple;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
            checkcast io.reactiverse.pgclient.PgConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.reactiverse.pgclient.PgConnection preparedQuery(java.lang.String, io.reactiverse.pgclient.Tuple, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/reactiverse/pgclient/Tuple;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.preparedQuery:(Ljava/lang/String;Lio/reactiverse/pgclient/Tuple;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
            checkcast io.reactiverse.pgclient.PgConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.reactiverse.pgclient.PgConnection prepare(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.prepare:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/impl/PgConnectionBase;
            checkcast io.reactiverse.pgclient.PgConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.reactiverse.pgclient.PgConnection query(java.lang.String, java.util.stream.Collector, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.stream.Collector
            aload 3
            checkcast io.vertx.core.Handler
            invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.query:(Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
            checkcast io.reactiverse.pgclient.PgConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.reactiverse.pgclient.PgConnection query(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.query:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
            checkcast io.reactiverse.pgclient.PgConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.reactiverse.pgclient.PgConnection preparedBatch(java.lang.String, java.util.List, java.util.stream.Collector, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/util/List;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            checkcast java.util.stream.Collector
            aload 4
            checkcast io.vertx.core.Handler
            invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.preparedBatch:(Ljava/lang/String;Ljava/util/List;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
            checkcast io.reactiverse.pgclient.PgConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.reactiverse.pgclient.PgConnection preparedBatch(java.lang.String, java.util.List, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.preparedBatch:(Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
            checkcast io.reactiverse.pgclient.PgConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void lambda$0(io.vertx.core.Handler, io.reactiverse.pgclient.impl.CommandResponse);
    descriptor: (Lio/vertx/core/Handler;Lio/reactiverse/pgclient/impl/CommandResponse;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
        start local 2 // io.reactiverse.pgclient.impl.CommandResponse cr
         0: .line 56
            aload 2 /* cr */
            aload 0 /* this */
            putfield io.reactiverse.pgclient.impl.CommandResponse.scheduler:Lio/reactiverse/pgclient/impl/CommandScheduler;
         1: .line 57
            aload 1
            aload 2 /* cr */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 58
            return
        end local 2 // io.reactiverse.pgclient.impl.CommandResponse cr
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;
            0    3     2    cr  Lio/reactiverse/pgclient/impl/CommandResponse<TR;>;

  private void lambda$1(io.reactiverse.pgclient.impl.CommandBase, java.lang.Void);
    descriptor: (Lio/reactiverse/pgclient/impl/CommandBase;Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
        start local 2 // java.lang.Void v
         0: .line 71
            aload 0 /* this */
            aload 1
            invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.schedule:(Lio/reactiverse/pgclient/impl/CommandBase;)V
         1: .line 72
            return
        end local 2 // java.lang.Void v
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;
            0    2     2     v  Ljava/lang/Void;

  private static void lambda$2(io.vertx.core.Handler, java.lang.Throwable, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/Throwable;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // java.lang.Void v
         0: .line 81
            aload 0
            aload 1
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 82
            return
        end local 2 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     2     v  Ljava/lang/Void;

  private void lambda$3(boolean, java.lang.Void);
    descriptor: (ZLjava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
        start local 2 // java.lang.Void v
         0: .line 121
            aload 0 /* this */
            aconst_null
            putfield io.reactiverse.pgclient.impl.PgConnectionImpl.tx:Lio/reactiverse/pgclient/impl/Transaction;
         1: .line 122
            iload 1
            ifeq 3
         2: .line 123
            aload 0 /* this */
            invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.close:()V
         3: .line 125
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Void v
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;
            0    4     2     v  Ljava/lang/Void;

  private void lambda$4(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 140
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgConnectionImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
            aload 0 /* this */
            invokeinterface io.reactiverse.pgclient.impl.Connection.close:(Lio/reactiverse/pgclient/impl/Connection$Holder;)V
            return
        end local 1 // io.vertx.core.AsyncResult ar
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;
            0    1     1    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$5(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
        start local 1 // java.lang.Void v
         0: .line 146
            aload 0 /* this */
            invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.close:()V
            return
        end local 1 // java.lang.Void v
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;
            0    1     1     v  Ljava/lang/Void;

  private void lambda$6(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 165
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 4
         1: .line 166
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.reactiverse.pgclient.impl.SocketConnection
            astore 3 /* conn */
        start local 3 // io.reactiverse.pgclient.impl.SocketConnection conn
         2: .line 167
            aload 3 /* conn */
            aload 0 /* this */
            invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.processId:()I
            aload 0 /* this */
            invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.secretKey:()I
            aload 1
            invokevirtual io.reactiverse.pgclient.impl.SocketConnection.sendCancelRequestMessage:(IILio/vertx/core/Handler;)V
        end local 3 // io.reactiverse.pgclient.impl.SocketConnection conn
         3: .line 168
            goto 5
         4: .line 169
      StackMap locals:
      StackMap stack:
            aload 1
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         5: .line 171
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult ar
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;
            0    6     2    ar  Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/impl/SocketConnection;>;
            2    3     3  conn  Lio/reactiverse/pgclient/impl/SocketConnection;

  private void lambda$7(io.vertx.core.Handler, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
        start local 2 // java.lang.Void v
         0: .line 173
            aload 0 /* this */
            aload 1
            invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.cancelRequest:(Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
            return
        end local 2 // java.lang.Void v
        end local 0 // io.reactiverse.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/pgclient/impl/PgConnectionImpl;
            0    1     2     v  Ljava/lang/Void;
}
Signature: Lio/reactiverse/pgclient/impl/PgConnectionBase<Lio/reactiverse/pgclient/impl/PgConnectionImpl;>;Lio/reactiverse/pgclient/PgConnection;Lio/reactiverse/pgclient/impl/Connection$Holder;
SourceFile: "PgConnectionImpl.java"
InnerClasses:
  public abstract Holder = io.reactiverse.pgclient.impl.Connection$Holder of io.reactiverse.pgclient.impl.Connection
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles