class io.reactiverse.pgclient.impl.PgPoolImpl$1 extends io.reactiverse.pgclient.impl.PgPoolImpl$CommandWaiter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.reactiverse.pgclient.impl.PgPoolImpl$1
  super_class: io.reactiverse.pgclient.impl.PgPoolImpl$CommandWaiter
{
  final io.reactiverse.pgclient.impl.PgPoolImpl this$0;
    descriptor: Lio/reactiverse/pgclient/impl/PgPoolImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.reactiverse.pgclient.impl.CommandBase val$cmd;
    descriptor: Lio/reactiverse/pgclient/impl/CommandBase;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final io.vertx.core.Handler val$handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.reactiverse.pgclient.impl.PgPoolImpl, io.reactiverse.pgclient.impl.PgPoolImpl, io.reactiverse.pgclient.impl.CommandBase, io.vertx.core.Handler);
    descriptor: (Lio/reactiverse/pgclient/impl/PgPoolImpl;Lio/reactiverse/pgclient/impl/PgPoolImpl;Lio/reactiverse/pgclient/impl/CommandBase;Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.reactiverse.pgclient.impl.PgPoolImpl$1 this
         0: .line 80
            aload 0 /* this */
            aload 2
            putfield io.reactiverse.pgclient.impl.PgPoolImpl$1.this$0:Lio/reactiverse/pgclient/impl/PgPoolImpl;
            aload 0 /* this */
            aload 3
            putfield io.reactiverse.pgclient.impl.PgPoolImpl$1.val$cmd:Lio/reactiverse/pgclient/impl/CommandBase;
            aload 0 /* this */
            aload 4
            putfield io.reactiverse.pgclient.impl.PgPoolImpl$1.val$handler:Lio/vertx/core/Handler;
            aload 0 /* this */
            aload 1
            invokespecial io.reactiverse.pgclient.impl.PgPoolImpl$CommandWaiter.<init>:(Lio/reactiverse/pgclient/impl/PgPoolImpl;)V
            return
        end local 0 // io.reactiverse.pgclient.impl.PgPoolImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/pgclient/impl/PgPoolImpl$1;
    MethodParameters:
             Name  Flags
      this$0       final
      this$1       final
      val$cmd      final
      val$handler  final

  protected void onSuccess(io.reactiverse.pgclient.impl.Connection);
    descriptor: (Lio/reactiverse/pgclient/impl/Connection;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.PgPoolImpl$1 this
        start local 1 // io.reactiverse.pgclient.impl.Connection conn
         0: .line 83
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgPoolImpl$1.val$cmd:Lio/reactiverse/pgclient/impl/CommandBase;
            aload 0 /* this */
            aload 1 /* conn */
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgPoolImpl$1.val$handler:Lio/vertx/core/Handler;
            invokedynamic handle(Lio/reactiverse/pgclient/impl/PgPoolImpl$1;Lio/reactiverse/pgclient/impl/Connection;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/PgPoolImpl$1.lambda$0(Lio/reactiverse/pgclient/impl/Connection;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 96
            aload 1 /* conn */
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgPoolImpl$1.val$cmd:Lio/reactiverse/pgclient/impl/CommandBase;
            invokeinterface io.reactiverse.pgclient.impl.Connection.schedule:(Lio/reactiverse/pgclient/impl/CommandBase;)V
         2: .line 97
            aload 1 /* conn */
            aload 0 /* this */
            invokeinterface io.reactiverse.pgclient.impl.Connection.close:(Lio/reactiverse/pgclient/impl/Connection$Holder;)V
         3: .line 98
            return
        end local 1 // io.reactiverse.pgclient.impl.Connection conn
        end local 0 // io.reactiverse.pgclient.impl.PgPoolImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/PgPoolImpl$1;
            0    4     1  conn  Lio/reactiverse/pgclient/impl/Connection;
    MethodParameters:
      Name  Flags
      conn  

  protected void onFailure(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.PgPoolImpl$1 this
        start local 1 // java.lang.Throwable cause
         0: .line 101
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgPoolImpl$1.val$cmd:Lio/reactiverse/pgclient/impl/CommandBase;
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgPoolImpl$1.val$handler:Lio/vertx/core/Handler;
            putfield io.reactiverse.pgclient.impl.CommandBase.handler:Lio/vertx/core/Handler;
         1: .line 102
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgPoolImpl$1.val$cmd:Lio/reactiverse/pgclient/impl/CommandBase;
            aload 1 /* cause */
            invokevirtual io.reactiverse.pgclient.impl.CommandBase.fail:(Ljava/lang/Throwable;)V
         2: .line 103
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // io.reactiverse.pgclient.impl.PgPoolImpl$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/reactiverse/pgclient/impl/PgPoolImpl$1;
            0    3     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  private void lambda$0(io.reactiverse.pgclient.impl.Connection, io.vertx.core.Handler, io.reactiverse.pgclient.impl.CommandResponse);
    descriptor: (Lio/reactiverse/pgclient/impl/Connection;Lio/vertx/core/Handler;Lio/reactiverse/pgclient/impl/CommandResponse;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.reactiverse.pgclient.impl.PgPoolImpl$1 this
        start local 3 // io.reactiverse.pgclient.impl.CommandResponse ar
         0: .line 84
            aload 3 /* ar */
            new io.reactiverse.pgclient.impl.PgPoolImpl$1$1
            dup
            aload 0 /* this */
            aload 1
            invokespecial io.reactiverse.pgclient.impl.PgPoolImpl$1$1.<init>:(Lio/reactiverse/pgclient/impl/PgPoolImpl$1;Lio/reactiverse/pgclient/impl/Connection;)V
            putfield io.reactiverse.pgclient.impl.CommandResponse.scheduler:Lio/reactiverse/pgclient/impl/CommandScheduler;
         1: .line 94
            aload 2
            aload 3 /* ar */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 95
            return
        end local 3 // io.reactiverse.pgclient.impl.CommandResponse ar
        end local 0 // io.reactiverse.pgclient.impl.PgPoolImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactiverse/pgclient/impl/PgPoolImpl$1;
            0    3     3    ar  Lio/reactiverse/pgclient/impl/CommandResponse<TR;>;
}
SourceFile: "PgPoolImpl.java"
EnclosingMethod: io.reactiverse.pgclient.impl.PgPoolImpl.schedule:(Lio/reactiverse/pgclient/impl/CommandBase;Lio/vertx/core/Handler;)V
NestHost: io.reactiverse.pgclient.impl.PgPoolImpl
InnerClasses:
  public abstract Holder = io.reactiverse.pgclient.impl.Connection$Holder of io.reactiverse.pgclient.impl.Connection
  io.reactiverse.pgclient.impl.PgPoolImpl$1
  io.reactiverse.pgclient.impl.PgPoolImpl$1$1
  private abstract CommandWaiter = io.reactiverse.pgclient.impl.PgPoolImpl$CommandWaiter of io.reactiverse.pgclient.impl.PgPoolImpl
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles