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.Future<java.lang.Void>);
    descriptor: (Lio/vertx/core/Future;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/vertx/core/Future<Ljava/lang/Void;>;)V
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
             Name  Flags
      startFuture  

  public void start(io.vertx.core.Promise<java.lang.Void>);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.Verticle this
        start local 1 // io.vertx.core.Promise startPromise
         0: .line 66
            aload 0 /* this */
            aload 1 /* startPromise */
            checkcast io.vertx.core.Future
            invokeinterface io.vertx.core.Verticle.start:(Lio/vertx/core/Future;)V
         1: .line 67
            return
        end local 1 // io.vertx.core.Promise startPromise
        end local 0 // io.vertx.core.Verticle this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/core/Verticle;
            0    2     1  startPromise  Lio/vertx/core/Promise<Ljava/lang/Void;>;
    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.Future<java.lang.Void>);
    descriptor: (Lio/vertx/core/Future;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/vertx/core/Future<Ljava/lang/Void;>;)V
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      stopFuture  

  public void stop(io.vertx.core.Promise<java.lang.Void>);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.Verticle this
        start local 1 // io.vertx.core.Promise stopPromise
         0: .line 86
            aload 0 /* this */
            aload 1 /* stopPromise */
            checkcast io.vertx.core.Future
            invokeinterface io.vertx.core.Verticle.stop:(Lio/vertx/core/Future;)V
         1: .line 87
            return
        end local 1 // io.vertx.core.Promise stopPromise
        end local 0 // io.vertx.core.Verticle this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/core/Verticle;
            0    2     1  stopPromise  Lio/vertx/core/Promise<Ljava/lang/Void;>;
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/vertx/core/Promise<Ljava/lang/Void;>;)V
    MethodParameters:
             Name  Flags
      stopPromise  
}
SourceFile: "Verticle.java"