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

  private final java.lang.Object val$metric;
    descriptor: Ljava/lang/Object;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

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

  void <init>(io.vertx.sqlclient.impl.PoolBase, java.lang.Object, io.vertx.sqlclient.impl.command.CommandBase, io.vertx.core.Promise);
    descriptor: (Lio/vertx/sqlclient/impl/PoolBase;Ljava/lang/Object;Lio/vertx/sqlclient/impl/command/CommandBase;Lio/vertx/core/Promise;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.vertx.sqlclient.impl.PoolBase$1 this
         0: .line 114
            aload 0 /* this */
            aload 1
            putfield io.vertx.sqlclient.impl.PoolBase$1.this$0:Lio/vertx/sqlclient/impl/PoolBase;
            aload 0 /* this */
            aload 2
            putfield io.vertx.sqlclient.impl.PoolBase$1.val$metric:Ljava/lang/Object;
            aload 0 /* this */
            aload 3
            putfield io.vertx.sqlclient.impl.PoolBase$1.val$cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            aload 0 /* this */
            aload 4
            putfield io.vertx.sqlclient.impl.PoolBase$1.val$promise:Lio/vertx/core/Promise;
            aload 0 /* this */
            invokespecial io.vertx.sqlclient.impl.PoolBase$CommandWaiter.<init>:()V
            return
        end local 0 // io.vertx.sqlclient.impl.PoolBase$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/impl/PoolBase$1;
    MethodParameters:
             Name  Flags
      this$0       final
      val$metric   final
      val$cmd      final
      val$promise  final

  protected void onSuccess(io.vertx.sqlclient.impl.Connection);
    descriptor: (Lio/vertx/sqlclient/impl/Connection;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.impl.PoolBase$1 this
        start local 1 // io.vertx.sqlclient.impl.Connection conn
         0: .line 117
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.PoolBase$1.this$0:Lio/vertx/sqlclient/impl/PoolBase;
            getfield io.vertx.sqlclient.impl.PoolBase.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
            ifnull 2
         1: .line 118
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.PoolBase$1.this$0:Lio/vertx/sqlclient/impl/PoolBase;
            getfield io.vertx.sqlclient.impl.PoolBase.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.PoolBase$1.val$metric:Ljava/lang/Object;
            invokeinterface io.vertx.core.spi.metrics.ClientMetrics.dequeueRequest:(Ljava/lang/Object;)V
         2: .line 120
      StackMap locals:
      StackMap stack:
            aload 1 /* conn */
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.PoolBase$1.val$cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.PoolBase$1.val$promise:Lio/vertx/core/Promise;
            invokeinterface io.vertx.sqlclient.impl.Connection.schedule:(Lio/vertx/sqlclient/impl/command/CommandBase;Lio/vertx/core/Promise;)V
         3: .line 121
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.PoolBase$1.val$promise:Lio/vertx/core/Promise;
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            aload 0 /* this */
            aload 1 /* conn */
            invokedynamic handle(Lio/vertx/sqlclient/impl/PoolBase$1;Lio/vertx/sqlclient/impl/Connection;)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/vertx/sqlclient/impl/PoolBase$1.lambda$0(Lio/vertx/sqlclient/impl/Connection;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         4: .line 125
            return
        end local 1 // io.vertx.sqlclient.impl.Connection conn
        end local 0 // io.vertx.sqlclient.impl.PoolBase$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/sqlclient/impl/PoolBase$1;
            0    5     1  conn  Lio/vertx/sqlclient/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.vertx.sqlclient.impl.PoolBase$1 this
        start local 1 // java.lang.Throwable cause
         0: .line 128
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.PoolBase$1.this$0:Lio/vertx/sqlclient/impl/PoolBase;
            getfield io.vertx.sqlclient.impl.PoolBase.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
            ifnull 2
         1: .line 129
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.PoolBase$1.this$0:Lio/vertx/sqlclient/impl/PoolBase;
            getfield io.vertx.sqlclient.impl.PoolBase.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.PoolBase$1.val$metric:Ljava/lang/Object;
            invokeinterface io.vertx.core.spi.metrics.ClientMetrics.dequeueRequest:(Ljava/lang/Object;)V
         2: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.PoolBase$1.val$promise:Lio/vertx/core/Promise;
            aload 1 /* cause */
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
         3: .line 132
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.sqlclient.impl.PoolBase$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/vertx/sqlclient/impl/PoolBase$1;
            0    4     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  private void lambda$0(io.vertx.sqlclient.impl.Connection, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/sqlclient/impl/Connection;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.sqlclient.impl.PoolBase$1 this
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 123
            aload 1
            aload 0 /* this */
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            invokeinterface io.vertx.sqlclient.impl.Connection.close:(Lio/vertx/sqlclient/impl/Connection$Holder;Lio/vertx/core/Promise;)V
         1: .line 124
            return
        end local 2 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.sqlclient.impl.PoolBase$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/sqlclient/impl/PoolBase$1;
            0    2     2    ar  Lio/vertx/core/AsyncResult<TR;>;
}
SourceFile: "PoolBase.java"
EnclosingMethod: io.vertx.sqlclient.impl.PoolBase.schedule:(Lio/vertx/sqlclient/impl/command/CommandBase;Lio/vertx/core/Promise;)V
NestHost: io.vertx.sqlclient.impl.PoolBase
InnerClasses:
  public abstract Holder = io.vertx.sqlclient.impl.Connection$Holder of io.vertx.sqlclient.impl.Connection
  io.vertx.sqlclient.impl.PoolBase$1
  private abstract CommandWaiter = io.vertx.sqlclient.impl.PoolBase$CommandWaiter of io.vertx.sqlclient.impl.PoolBase
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles