public interface io.vertx.sqlclient.impl.ConnectionFactory extends io.vertx.core.Closeable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.sqlclient.impl.ConnectionFactory
  super_class: java.lang.Object
{
  public abstract io.vertx.core.Future<io.vertx.sqlclient.impl.Connection> connect();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Lio/vertx/sqlclient/impl/Connection;>;

  public void close(io.vertx.core.Promise<java.lang.Void>);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.impl.ConnectionFactory this
        start local 1 // io.vertx.core.Promise promise
         0: .line 33
            aload 1 /* promise */
            invokeinterface io.vertx.core.Promise.complete:()V
         1: .line 34
            return
        end local 1 // io.vertx.core.Promise promise
        end local 0 // io.vertx.sqlclient.impl.ConnectionFactory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/sqlclient/impl/ConnectionFactory;
            0    2     1  promise  Lio/vertx/core/Promise<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Promise<Ljava/lang/Void;>;)V
    MethodParameters:
         Name  Flags
      promise  
}
SourceFile: "ConnectionFactory.java"