class io.vertx.sqlclient.impl.PoolBase$ConnectionWaiter implements io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.sqlclient.impl.Connection>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.sqlclient.impl.PoolBase$ConnectionWaiter
  super_class: java.lang.Object
{
  private final io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.sqlclient.SqlConnection>> handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/SqlConnection;>;>;

  final io.vertx.sqlclient.impl.PoolBase this$0;
    descriptor: Lio/vertx/sqlclient/impl/PoolBase;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.sqlclient.SqlConnection>>);
    descriptor: (Lio/vertx/sqlclient/impl/PoolBase;Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.sqlclient.impl.PoolBase$ConnectionWaiter this
        start local 2 // io.vertx.core.Handler handler
         0: .line 155
            aload 0 /* this */
            aload 1
            putfield io.vertx.sqlclient.impl.PoolBase$ConnectionWaiter.this$0:Lio/vertx/sqlclient/impl/PoolBase;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 156
            aload 0 /* this */
            aload 2 /* handler */
            putfield io.vertx.sqlclient.impl.PoolBase$ConnectionWaiter.handler:Lio/vertx/core/Handler;
         2: .line 157
            return
        end local 2 // io.vertx.core.Handler handler
        end local 0 // io.vertx.sqlclient.impl.PoolBase$ConnectionWaiter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/sqlclient/impl/PoolBase$ConnectionWaiter;
            0    3     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/SqlConnection;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/SqlConnection;>;>;)V
    MethodParameters:
         Name  Flags
      this$0   final
      handler  

  public void handle(io.vertx.core.AsyncResult<io.vertx.sqlclient.impl.Connection>);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.sqlclient.impl.PoolBase$ConnectionWaiter this
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 161
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 6
         1: .line 162
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.sqlclient.impl.Connection
            astore 2 /* conn */
        start local 2 // io.vertx.sqlclient.impl.Connection conn
         2: .line 163
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.PoolBase$ConnectionWaiter.this$0:Lio/vertx/sqlclient/impl/PoolBase;
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.PoolBase$ConnectionWaiter.this$0:Lio/vertx/sqlclient/impl/PoolBase;
            getfield io.vertx.sqlclient.impl.PoolBase.context:Lio/vertx/core/Context;
            aload 2 /* conn */
            invokevirtual io.vertx.sqlclient.impl.PoolBase.wrap:(Lio/vertx/core/Context;Lio/vertx/sqlclient/impl/Connection;)Lio/vertx/sqlclient/impl/SqlConnectionImpl;
            astore 3 /* holder */
        start local 3 // io.vertx.sqlclient.impl.SqlConnectionImpl holder
         3: .line 164
            aload 2 /* conn */
            aload 3 /* holder */
            invokeinterface io.vertx.sqlclient.impl.Connection.init:(Lio/vertx/sqlclient/impl/Connection$Holder;)V
         4: .line 165
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.PoolBase$ConnectionWaiter.handler:Lio/vertx/core/Handler;
            aload 3 /* holder */
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 3 // io.vertx.sqlclient.impl.SqlConnectionImpl holder
        end local 2 // io.vertx.sqlclient.impl.Connection conn
         5: .line 166
            goto 7
         6: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.PoolBase$ConnectionWaiter.handler:Lio/vertx/core/Handler;
            aload 1 /* 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
         7: .line 169
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.sqlclient.impl.PoolBase$ConnectionWaiter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lio/vertx/sqlclient/impl/PoolBase$ConnectionWaiter;
            0    8     1      ar  Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/impl/Connection;>;
            2    5     2    conn  Lio/vertx/sqlclient/impl/Connection;
            3    5     3  holder  Lio/vertx/sqlclient/impl/SqlConnectionImpl;
    Signature: (Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/impl/Connection;>;)V
    MethodParameters:
      Name  Flags
      ar    

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.AsyncResult
            invokevirtual io.vertx.sqlclient.impl.PoolBase$ConnectionWaiter.handle:(Lio/vertx/core/AsyncResult;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/impl/Connection;>;>;
SourceFile: "PoolBase.java"
NestHost: io.vertx.sqlclient.impl.PoolBase
InnerClasses:
  public abstract Holder = io.vertx.sqlclient.impl.Connection$Holder of io.vertx.sqlclient.impl.Connection
  private ConnectionWaiter = io.vertx.sqlclient.impl.PoolBase$ConnectionWaiter of io.vertx.sqlclient.impl.PoolBase