class io.vertx.core.impl.DeploymentManager$VerticleHolder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.impl.DeploymentManager$VerticleHolder
  super_class: java.lang.Object
{
  final io.vertx.core.Verticle verticle;
    descriptor: Lio/vertx/core/Verticle;
    flags: (0x0010) ACC_FINAL

  final io.vertx.core.impl.ContextImpl context;
    descriptor: Lio/vertx/core/impl/ContextImpl;
    flags: (0x0010) ACC_FINAL

  final io.vertx.core.impl.WorkerPool workerPool;
    descriptor: Lio/vertx/core/impl/WorkerPool;
    flags: (0x0010) ACC_FINAL

  final io.vertx.core.impl.CloseHooks closeHooks;
    descriptor: Lio/vertx/core/impl/CloseHooks;
    flags: (0x0010) ACC_FINAL

  void <init>(io.vertx.core.Verticle, io.vertx.core.impl.ContextImpl, io.vertx.core.impl.WorkerPool, io.vertx.core.impl.CloseHooks);
    descriptor: (Lio/vertx/core/Verticle;Lio/vertx/core/impl/ContextImpl;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/CloseHooks;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.vertx.core.impl.DeploymentManager$VerticleHolder this
        start local 1 // io.vertx.core.Verticle verticle
        start local 2 // io.vertx.core.impl.ContextImpl context
        start local 3 // io.vertx.core.impl.WorkerPool workerPool
        start local 4 // io.vertx.core.impl.CloseHooks closeHooks
         0: .line 233
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 234
            aload 0 /* this */
            aload 1 /* verticle */
            putfield io.vertx.core.impl.DeploymentManager$VerticleHolder.verticle:Lio/vertx/core/Verticle;
         2: .line 235
            aload 0 /* this */
            aload 2 /* context */
            putfield io.vertx.core.impl.DeploymentManager$VerticleHolder.context:Lio/vertx/core/impl/ContextImpl;
         3: .line 236
            aload 0 /* this */
            aload 3 /* workerPool */
            putfield io.vertx.core.impl.DeploymentManager$VerticleHolder.workerPool:Lio/vertx/core/impl/WorkerPool;
         4: .line 237
            aload 0 /* this */
            aload 4 /* closeHooks */
            putfield io.vertx.core.impl.DeploymentManager$VerticleHolder.closeHooks:Lio/vertx/core/impl/CloseHooks;
         5: .line 238
            return
        end local 4 // io.vertx.core.impl.CloseHooks closeHooks
        end local 3 // io.vertx.core.impl.WorkerPool workerPool
        end local 2 // io.vertx.core.impl.ContextImpl context
        end local 1 // io.vertx.core.Verticle verticle
        end local 0 // io.vertx.core.impl.DeploymentManager$VerticleHolder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lio/vertx/core/impl/DeploymentManager$VerticleHolder;
            0    6     1    verticle  Lio/vertx/core/Verticle;
            0    6     2     context  Lio/vertx/core/impl/ContextImpl;
            0    6     3  workerPool  Lio/vertx/core/impl/WorkerPool;
            0    6     4  closeHooks  Lio/vertx/core/impl/CloseHooks;
    MethodParameters:
            Name  Flags
      verticle    
      context     
      workerPool  
      closeHooks  

  void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.DeploymentManager$VerticleHolder this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 241
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$VerticleHolder.closeHooks:Lio/vertx/core/impl/CloseHooks;
            aload 0 /* this */
            aload 1 /* completionHandler */
            invokedynamic handle(Lio/vertx/core/impl/DeploymentManager$VerticleHolder;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/impl/DeploymentManager$VerticleHolder.lambda$0(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.core.impl.CloseHooks.run:(Lio/vertx/core/Handler;)V
         1: .line 247
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.core.impl.DeploymentManager$VerticleHolder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/core/impl/DeploymentManager$VerticleHolder;
            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  

  private void lambda$0(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.impl.DeploymentManager$VerticleHolder this
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 242
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$VerticleHolder.workerPool:Lio/vertx/core/impl/WorkerPool;
            ifnull 2
         1: .line 243
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$VerticleHolder.workerPool:Lio/vertx/core/impl/WorkerPool;
            invokevirtual io.vertx.core.impl.WorkerPool.close:()V
         2: .line 245
      StackMap locals:
      StackMap stack:
            aload 1
            aload 2 /* ar */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 246
            return
        end local 2 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.core.impl.DeploymentManager$VerticleHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/impl/DeploymentManager$VerticleHolder;
            0    4     2    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
}
SourceFile: "DeploymentManager.java"
NestHost: io.vertx.core.impl.DeploymentManager
InnerClasses:
  VerticleHolder = io.vertx.core.impl.DeploymentManager$VerticleHolder of io.vertx.core.impl.DeploymentManager
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles