public interface io.vertx.ext.shell.spi.CommandResolverFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.shell.spi.CommandResolverFactory
  super_class: java.lang.Object
{
  public abstract void resolver(io.vertx.core.Vertx, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.shell.command.CommandResolver>>);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/shell/command/CommandResolver;>;>;)V
    MethodParameters:
                Name  Flags
      vertx           
      resolveHandler  
}
SourceFile: "CommandResolverFactory.java"