class io.vertx.core.impl.VertxImpl$3 implements io.netty.util.concurrent.GenericFutureListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.impl.VertxImpl$3
  super_class: java.lang.Object
{
  final io.vertx.core.impl.VertxImpl this$0;
    descriptor: Lio/vertx/core/impl/VertxImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.vertx.core.Handler val$completionHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.impl.VertxImpl, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/impl/VertxImpl;Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.impl.VertxImpl$3 this
         0: .line 863
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.impl.VertxImpl$3.this$0:Lio/vertx/core/impl/VertxImpl;
            aload 0 /* this */
            aload 2
            putfield io.vertx.core.impl.VertxImpl$3.val$completionHandler:Lio/vertx/core/Handler;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.impl.VertxImpl$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/VertxImpl$3;
    MethodParameters:
                       Name  Flags
      this$0                 final
      val$completionHandler  final

  public void operationComplete(io.netty.util.concurrent.Future);
    descriptor: (Lio/netty/util/concurrent/Future;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.VertxImpl$3 this
        start local 1 // io.netty.util.concurrent.Future future
         0: .line 866
            aload 1 /* future */
            invokeinterface io.netty.util.concurrent.Future.isSuccess:()Z
            ifne 2
         1: .line 867
            getstatic io.vertx.core.impl.VertxImpl.log:Lio/vertx/core/impl/logging/Logger;
            ldc "Failure in shutting down acceptor event loop group"
            aload 1 /* future */
            invokeinterface io.netty.util.concurrent.Future.cause:()Ljava/lang/Throwable;
            invokeinterface io.vertx.core.impl.logging.Logger.warn:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         2: .line 869
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$3.this$0:Lio/vertx/core/impl/VertxImpl;
            getfield io.vertx.core.impl.VertxImpl.eventLoopGroup:Lio/netty/channel/EventLoopGroup;
            lconst_0
            ldc 10
            getstatic java.util.concurrent.TimeUnit.SECONDS:Ljava/util/concurrent/TimeUnit;
            invokeinterface io.netty.channel.EventLoopGroup.shutdownGracefully:(JJLjava/util/concurrent/TimeUnit;)Lio/netty/util/concurrent/Future;
            new io.vertx.core.impl.VertxImpl$3$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$3.val$completionHandler:Lio/vertx/core/Handler;
            invokespecial io.vertx.core.impl.VertxImpl$3$1.<init>:(Lio/vertx/core/impl/VertxImpl$3;Lio/vertx/core/Handler;)V
            invokeinterface io.netty.util.concurrent.Future.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/util/concurrent/Future;
            pop
         3: .line 891
            return
        end local 1 // io.netty.util.concurrent.Future future
        end local 0 // io.vertx.core.impl.VertxImpl$3 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/core/impl/VertxImpl$3;
            0    4     1  future  Lio/netty/util/concurrent/Future;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
        Name  Flags
      future  

  static io.vertx.core.impl.VertxImpl access$0(io.vertx.core.impl.VertxImpl$3);
    descriptor: (Lio/vertx/core/impl/VertxImpl$3;)Lio/vertx/core/impl/VertxImpl;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 863
            aload 0
            getfield io.vertx.core.impl.VertxImpl$3.this$0:Lio/vertx/core/impl/VertxImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "VertxImpl.java"
EnclosingMethod: io.vertx.core.impl.VertxImpl.lambda$22:(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
NestHost: io.vertx.core.impl.VertxImpl
InnerClasses:
  io.vertx.core.impl.VertxImpl$3
  io.vertx.core.impl.VertxImpl$3$1