public interface io.vertx.core.impl.WorkerExecutorInternal extends io.vertx.core.WorkerExecutor, io.vertx.core.Closeable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.core.impl.WorkerExecutorInternal
  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.impl.WorkerPool getPool();
    descriptor: ()Lio/vertx/core/impl/WorkerPool;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "WorkerExecutorInternal.java"