public interface io.vertx.core.impl.Deployment
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.core.impl.Deployment
  super_class: java.lang.Object
{
  public abstract boolean addChild(io.vertx.core.impl.Deployment);
    descriptor: (Lio/vertx/core/impl/Deployment;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      deployment  

  public abstract void removeChild(io.vertx.core.impl.Deployment);
    descriptor: (Lio/vertx/core/impl/Deployment;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      deployment  

  public void undeploy(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.Deployment this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 34
            aload 0 /* this */
            invokeinterface io.vertx.core.impl.Deployment.undeploy:()Lio/vertx/core/Future;
            aload 1 /* completionHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 35
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.core.impl.Deployment this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/core/impl/Deployment;
            0    2     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  public abstract io.vertx.core.Future<java.lang.Void> undeploy();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Void;>;

  public void doUndeploy(io.vertx.core.impl.ContextInternal, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.impl.Deployment this
        start local 1 // io.vertx.core.impl.ContextInternal undeployingContext
        start local 2 // io.vertx.core.Handler completionHandler
         0: .line 40
            aload 0 /* this */
            aload 1 /* undeployingContext */
            invokeinterface io.vertx.core.impl.Deployment.doUndeploy:(Lio/vertx/core/impl/ContextInternal;)Lio/vertx/core/Future;
            aload 2 /* completionHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 41
            return
        end local 2 // io.vertx.core.Handler completionHandler
        end local 1 // io.vertx.core.impl.ContextInternal undeployingContext
        end local 0 // io.vertx.core.impl.Deployment this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/vertx/core/impl/Deployment;
            0    2     1  undeployingContext  Lio/vertx/core/impl/ContextInternal;
            0    2     2   completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                    Name  Flags
      undeployingContext  
      completionHandler   

  public abstract io.vertx.core.Future<java.lang.Void> doUndeploy(io.vertx.core.impl.ContextInternal);
    descriptor: (Lio/vertx/core/impl/ContextInternal;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/impl/ContextInternal;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
                    Name  Flags
      undeployingContext  

  public abstract io.vertx.core.json.JsonObject config();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String deploymentID();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String verticleIdentifier();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.core.DeploymentOptions deploymentOptions();
    descriptor: ()Lio/vertx/core/DeploymentOptions;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.Set<io.vertx.core.Context> getContexts();
    descriptor: ()Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Set<Lio/vertx/core/Context;>;

  public abstract java.util.Set<io.vertx.core.Verticle> getVerticles();
    descriptor: ()Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Set<Lio/vertx/core/Verticle;>;

  public abstract void undeployHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public abstract boolean isChild();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "Deployment.java"