public interface io.vertx.core.Verticle
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.vertx.core.Verticle
super_class: java.lang.Object
{
public abstract io.vertx.core.Vertx getVertx();
descriptor: ()Lio/vertx/core/Vertx;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void init(io.vertx.core.Vertx, io.vertx.core.Context);
descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/Context;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
vertx
context
public abstract void start(io.vertx.core.Promise<java.lang.Void>);
descriptor: (Lio/vertx/core/Promise;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.lang.Exception
Signature: (Lio/vertx/core/Promise<Ljava/lang/Void;>;)V
MethodParameters:
Name Flags
startPromise
public abstract void stop(io.vertx.core.Promise<java.lang.Void>);
descriptor: (Lio/vertx/core/Promise;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.lang.Exception
Signature: (Lio/vertx/core/Promise<Ljava/lang/Void;>;)V
MethodParameters:
Name Flags
stopPromise
}
SourceFile: "Verticle.java"