public interface io.vertx.core.spi.VertxFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.core.spi.VertxFactory
  super_class: java.lang.Object
{
  public abstract io.vertx.core.Vertx vertx();
    descriptor: ()Lio/vertx/core/Vertx;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.core.Vertx vertx(io.vertx.core.VertxOptions);
    descriptor: (Lio/vertx/core/VertxOptions;)Lio/vertx/core/Vertx;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      options  

  public abstract io.vertx.core.Vertx vertx(io.vertx.core.VertxOptions, io.vertx.core.net.impl.transport.Transport);
    descriptor: (Lio/vertx/core/VertxOptions;Lio/vertx/core/net/impl/transport/Transport;)Lio/vertx/core/Vertx;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      options    
      transport  

  public abstract void clusteredVertx(io.vertx.core.VertxOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.Vertx>>);
    descriptor: (Lio/vertx/core/VertxOptions;Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/VertxOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/Vertx;>;>;)V
    MethodParameters:
               Name  Flags
      options        
      resultHandler  

  public abstract void clusteredVertx(io.vertx.core.VertxOptions, io.vertx.core.net.impl.transport.Transport, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.Vertx>>);
    descriptor: (Lio/vertx/core/VertxOptions;Lio/vertx/core/net/impl/transport/Transport;Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/VertxOptions;Lio/vertx/core/net/impl/transport/Transport;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/Vertx;>;>;)V
    MethodParameters:
               Name  Flags
      options        
      transport      
      resultHandler  

  public abstract io.vertx.core.Context context();
    descriptor: ()Lio/vertx/core/Context;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "VertxFactory.java"