public class io.vertx.core.impl.EventLoopContext extends io.vertx.core.impl.ContextImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.impl.EventLoopContext
  super_class: io.vertx.core.impl.ContextImpl
{
  void <init>(io.vertx.core.impl.VertxInternal, io.vertx.core.spi.tracing.VertxTracer<?, ?>, io.netty.channel.EventLoop, io.vertx.core.impl.WorkerPool, io.vertx.core.impl.WorkerPool, io.vertx.core.impl.Deployment, io.vertx.core.impl.CloseHooks, java.lang.ClassLoader);
    descriptor: (Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/spi/tracing/VertxTracer;Lio/netty/channel/EventLoop;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/Deployment;Lio/vertx/core/impl/CloseHooks;Ljava/lang/ClassLoader;)V
    flags: (0x0000) 
    Code:
      stack=9, locals=9, args_size=9
        start local 0 // io.vertx.core.impl.EventLoopContext this
        start local 1 // io.vertx.core.impl.VertxInternal vertx
        start local 2 // io.vertx.core.spi.tracing.VertxTracer tracer
        start local 3 // io.netty.channel.EventLoop eventLoop
        start local 4 // io.vertx.core.impl.WorkerPool internalBlockingPool
        start local 5 // io.vertx.core.impl.WorkerPool workerPool
        start local 6 // io.vertx.core.impl.Deployment deployment
        start local 7 // io.vertx.core.impl.CloseHooks closeHooks
        start local 8 // java.lang.ClassLoader tccl
         0: .line 34
            aload 0 /* this */
            aload 1 /* vertx */
            aload 2 /* tracer */
            aload 3 /* eventLoop */
            aload 4 /* internalBlockingPool */
            aload 5 /* workerPool */
            aload 6 /* deployment */
            aload 7 /* closeHooks */
            aload 8 /* tccl */
            invokespecial io.vertx.core.impl.ContextImpl.<init>:(Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/spi/tracing/VertxTracer;Lio/netty/channel/EventLoop;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/Deployment;Lio/vertx/core/impl/CloseHooks;Ljava/lang/ClassLoader;)V
         1: .line 35
            return
        end local 8 // java.lang.ClassLoader tccl
        end local 7 // io.vertx.core.impl.CloseHooks closeHooks
        end local 6 // io.vertx.core.impl.Deployment deployment
        end local 5 // io.vertx.core.impl.WorkerPool workerPool
        end local 4 // io.vertx.core.impl.WorkerPool internalBlockingPool
        end local 3 // io.netty.channel.EventLoop eventLoop
        end local 2 // io.vertx.core.spi.tracing.VertxTracer tracer
        end local 1 // io.vertx.core.impl.VertxInternal vertx
        end local 0 // io.vertx.core.impl.EventLoopContext this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lio/vertx/core/impl/EventLoopContext;
            0    2     1                 vertx  Lio/vertx/core/impl/VertxInternal;
            0    2     2                tracer  Lio/vertx/core/spi/tracing/VertxTracer<**>;
            0    2     3             eventLoop  Lio/netty/channel/EventLoop;
            0    2     4  internalBlockingPool  Lio/vertx/core/impl/WorkerPool;
            0    2     5            workerPool  Lio/vertx/core/impl/WorkerPool;
            0    2     6            deployment  Lio/vertx/core/impl/Deployment;
            0    2     7            closeHooks  Lio/vertx/core/impl/CloseHooks;
            0    2     8                  tccl  Ljava/lang/ClassLoader;
    Signature: (Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/spi/tracing/VertxTracer<**>;Lio/netty/channel/EventLoop;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/Deployment;Lio/vertx/core/impl/CloseHooks;Ljava/lang/ClassLoader;)V
    MethodParameters:
                      Name  Flags
      vertx                 
      tracer                
      eventLoop             
      internalBlockingPool  
      workerPool            
      deployment            
      closeHooks            
      tccl                  

  void runOnContext(io.vertx.core.impl.AbstractContext, io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/impl/AbstractContext;Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.impl.EventLoopContext this
        start local 1 // io.vertx.core.impl.AbstractContext ctx
        start local 2 // io.vertx.core.Handler action
         0: .line 40
            aload 0 /* this */
            invokevirtual io.vertx.core.impl.EventLoopContext.nettyEventLoop:()Lio/netty/channel/EventLoop;
            aload 1 /* ctx */
            aload 2 /* action */
            invokedynamic run(Lio/vertx/core/impl/AbstractContext;Lio/vertx/core/Handler;)Ljava/lang/Runnable;
              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:
                  ()V
                  io/vertx/core/impl/EventLoopContext.lambda$0(Lio/vertx/core/impl/AbstractContext;Lio/vertx/core/Handler;)V (6)
                  ()V
            invokeinterface io.netty.channel.EventLoop.execute:(Ljava/lang/Runnable;)V
         1: .line 41
            goto 3
      StackMap locals:
      StackMap stack: java.util.concurrent.RejectedExecutionException
         2: pop
         3: .line 44
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.Handler action
        end local 1 // io.vertx.core.impl.AbstractContext ctx
        end local 0 // io.vertx.core.impl.EventLoopContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/core/impl/EventLoopContext;
            0    4     1     ctx  Lio/vertx/core/impl/AbstractContext;
            0    4     2  action  Lio/vertx/core/Handler<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           0     1       2  Class java.util.concurrent.RejectedExecutionException
    Signature: (Lio/vertx/core/impl/AbstractContext;Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
    MethodParameters:
        Name  Flags
      ctx     
      action  

  <T> void emit(io.vertx.core.impl.AbstractContext, T, io.vertx.core.Handler<T>);
    descriptor: (Lio/vertx/core/impl/AbstractContext;Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // io.vertx.core.impl.EventLoopContext this
        start local 1 // io.vertx.core.impl.AbstractContext ctx
        start local 2 // java.lang.Object argument
        start local 3 // io.vertx.core.Handler task
         0: .line 48
            aload 0 /* this */
            invokevirtual io.vertx.core.impl.EventLoopContext.nettyEventLoop:()Lio/netty/channel/EventLoop;
            astore 4 /* eventLoop */
        start local 4 // io.netty.channel.EventLoop eventLoop
         1: .line 49
            aload 4 /* eventLoop */
            invokeinterface io.netty.channel.EventLoop.inEventLoop:()Z
            ifeq 13
         2: .line 50
            aload 1 /* ctx */
            invokevirtual io.vertx.core.impl.AbstractContext.beginDispatch:()Lio/vertx/core/impl/ContextInternal;
            astore 5 /* prev */
        start local 5 // io.vertx.core.impl.ContextInternal prev
         3: .line 52
            aload 3 /* task */
            aload 2 /* argument */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 53
            goto 11
      StackMap locals: io.vertx.core.impl.EventLoopContext io.vertx.core.impl.AbstractContext java.lang.Object io.vertx.core.Handler io.netty.channel.EventLoop io.vertx.core.impl.ContextInternal
      StackMap stack: java.lang.Throwable
         5: astore 6 /* t */
        start local 6 // java.lang.Throwable t
         6: .line 54
            aload 0 /* this */
            aload 6 /* t */
            invokevirtual io.vertx.core.impl.EventLoopContext.reportException:(Ljava/lang/Throwable;)V
        end local 6 // java.lang.Throwable t
         7: .line 56
            aload 1 /* ctx */
            aload 5 /* prev */
            invokevirtual io.vertx.core.impl.AbstractContext.endDispatch:(Lio/vertx/core/impl/ContextInternal;)V
            goto 14
         8: .line 55
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 56
            aload 1 /* ctx */
            aload 5 /* prev */
            invokevirtual io.vertx.core.impl.AbstractContext.endDispatch:(Lio/vertx/core/impl/ContextInternal;)V
        10: .line 57
            aload 7
            athrow
        11: .line 56
      StackMap locals:
      StackMap stack:
            aload 1 /* ctx */
            aload 5 /* prev */
            invokevirtual io.vertx.core.impl.AbstractContext.endDispatch:(Lio/vertx/core/impl/ContextInternal;)V
        end local 5 // io.vertx.core.impl.ContextInternal prev
        12: .line 58
            goto 14
        13: .line 59
      StackMap locals:
      StackMap stack:
            aload 4 /* eventLoop */
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* argument */
            aload 3 /* task */
            invokedynamic run(Lio/vertx/core/impl/EventLoopContext;Lio/vertx/core/impl/AbstractContext;Ljava/lang/Object;Lio/vertx/core/Handler;)Ljava/lang/Runnable;
              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:
                  ()V
                  io/vertx/core/impl/EventLoopContext.lambda$1(Lio/vertx/core/impl/AbstractContext;Ljava/lang/Object;Lio/vertx/core/Handler;)V (7)
                  ()V
            invokeinterface io.netty.channel.EventLoop.execute:(Ljava/lang/Runnable;)V
        14: .line 61
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.netty.channel.EventLoop eventLoop
        end local 3 // io.vertx.core.Handler task
        end local 2 // java.lang.Object argument
        end local 1 // io.vertx.core.impl.AbstractContext ctx
        end local 0 // io.vertx.core.impl.EventLoopContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lio/vertx/core/impl/EventLoopContext;
            0   15     1        ctx  Lio/vertx/core/impl/AbstractContext;
            0   15     2   argument  TT;
            0   15     3       task  Lio/vertx/core/Handler<TT;>;
            1   15     4  eventLoop  Lio/netty/channel/EventLoop;
            3   12     5       prev  Lio/vertx/core/impl/ContextInternal;
            6    7     6          t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.Throwable
           3     7       8  any
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/impl/AbstractContext;TT;Lio/vertx/core/Handler<TT;>;)V
    MethodParameters:
          Name  Flags
      ctx       
      argument  
      task      

  <T> void execute(io.vertx.core.impl.AbstractContext, T, io.vertx.core.Handler<T>);
    descriptor: (Lio/vertx/core/impl/AbstractContext;Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.vertx.core.impl.EventLoopContext this
        start local 1 // io.vertx.core.impl.AbstractContext ctx
        start local 2 // java.lang.Object argument
        start local 3 // io.vertx.core.Handler task
         0: .line 71
            aload 0 /* this */
            invokevirtual io.vertx.core.impl.EventLoopContext.nettyEventLoop:()Lio/netty/channel/EventLoop;
            astore 4 /* eventLoop */
        start local 4 // io.netty.channel.EventLoop eventLoop
         1: .line 72
            aload 4 /* eventLoop */
            invokeinterface io.netty.channel.EventLoop.inEventLoop:()Z
            ifeq 4
         2: .line 73
            aload 3 /* task */
            aload 2 /* argument */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 74
            goto 5
         4: .line 75
      StackMap locals: io.netty.channel.EventLoop
      StackMap stack:
            aload 4 /* eventLoop */
            aload 3 /* task */
            aload 2 /* argument */
            invokedynamic run(Lio/vertx/core/Handler;Ljava/lang/Object;)Ljava/lang/Runnable;
              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:
                  ()V
                  io/vertx/core/impl/EventLoopContext.lambda$2(Lio/vertx/core/Handler;Ljava/lang/Object;)V (6)
                  ()V
            invokeinterface io.netty.channel.EventLoop.execute:(Ljava/lang/Runnable;)V
         5: .line 77
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.netty.channel.EventLoop eventLoop
        end local 3 // io.vertx.core.Handler task
        end local 2 // java.lang.Object argument
        end local 1 // io.vertx.core.impl.AbstractContext ctx
        end local 0 // io.vertx.core.impl.EventLoopContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/vertx/core/impl/EventLoopContext;
            0    6     1        ctx  Lio/vertx/core/impl/AbstractContext;
            0    6     2   argument  TT;
            0    6     3       task  Lio/vertx/core/Handler<TT;>;
            1    6     4  eventLoop  Lio/netty/channel/EventLoop;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/impl/AbstractContext;TT;Lio/vertx/core/Handler<TT;>;)V
    MethodParameters:
          Name  Flags
      ctx       
      argument  
      task      

  <T> void execute(io.vertx.core.impl.AbstractContext, java.lang.Runnable);
    descriptor: (Lio/vertx/core/impl/AbstractContext;Ljava/lang/Runnable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.vertx.core.impl.EventLoopContext this
        start local 1 // io.vertx.core.impl.AbstractContext ctx
        start local 2 // java.lang.Runnable task
         0: .line 81
            aload 0 /* this */
            invokevirtual io.vertx.core.impl.EventLoopContext.nettyEventLoop:()Lio/netty/channel/EventLoop;
            astore 3 /* eventLoop */
        start local 3 // io.netty.channel.EventLoop eventLoop
         1: .line 82
            aload 3 /* eventLoop */
            invokeinterface io.netty.channel.EventLoop.inEventLoop:()Z
            ifeq 4
         2: .line 83
            aload 2 /* task */
            invokeinterface java.lang.Runnable.run:()V
         3: .line 84
            goto 5
         4: .line 85
      StackMap locals: io.netty.channel.EventLoop
      StackMap stack:
            aload 3 /* eventLoop */
            aload 2 /* task */
            invokeinterface io.netty.channel.EventLoop.execute:(Ljava/lang/Runnable;)V
         5: .line 87
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.netty.channel.EventLoop eventLoop
        end local 2 // java.lang.Runnable task
        end local 1 // io.vertx.core.impl.AbstractContext ctx
        end local 0 // io.vertx.core.impl.EventLoopContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/vertx/core/impl/EventLoopContext;
            0    6     1        ctx  Lio/vertx/core/impl/AbstractContext;
            0    6     2       task  Ljava/lang/Runnable;
            1    6     3  eventLoop  Lio/netty/channel/EventLoop;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/impl/AbstractContext;Ljava/lang/Runnable;)V
    MethodParameters:
      Name  Flags
      ctx   
      task  

  public boolean isEventLoopContext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.EventLoopContext this
         0: .line 91
            iconst_1
            ireturn
        end local 0 // io.vertx.core.impl.EventLoopContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/EventLoopContext;

  boolean inThread();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.EventLoopContext this
         0: .line 96
            aload 0 /* this */
            invokevirtual io.vertx.core.impl.EventLoopContext.nettyEventLoop:()Lio/netty/channel/EventLoop;
            invokeinterface io.netty.channel.EventLoop.inEventLoop:()Z
            ireturn
        end local 0 // io.vertx.core.impl.EventLoopContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/EventLoopContext;

  public java.lang.ClassLoader classLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.classLoader:()Ljava/lang/ClassLoader;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future executeBlocking(io.vertx.core.Handler, io.vertx.core.impl.TaskQueue);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/impl/TaskQueue;)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokespecial io.vertx.core.impl.ContextImpl.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/impl/TaskQueue;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future executeBlocking(io.vertx.core.Handler, boolean);
    descriptor: (Lio/vertx/core/Handler;Z)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            iload 2
            invokespecial io.vertx.core.impl.ContextImpl.executeBlocking:(Lio/vertx/core/Handler;Z)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future executeBlocking(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.executeBlocking:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void executeBlocking(io.vertx.core.Handler, io.vertx.core.impl.TaskQueue, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokespecial io.vertx.core.impl.ContextImpl.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void executeBlocking(io.vertx.core.Handler, boolean, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            aload 3
            invokespecial io.vertx.core.impl.ContextImpl.executeBlocking:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String deploymentID();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.deploymentID:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void execute(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.execute:(Ljava/lang/Runnable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.EventLoop nettyEventLoop();
    descriptor: ()Lio/netty/channel/EventLoop;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.nettyEventLoop:()Lio/netty/channel/EventLoop;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void addCloseHook(io.vertx.core.Closeable);
    descriptor: (Lio/vertx/core/Closeable;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.addCloseHook:(Lio/vertx/core/Closeable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.json.JsonObject config();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.config:()Lio/vertx/core/json/JsonObject;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.impl.VertxInternal owner();
    descriptor: ()Lio/vertx/core/impl/VertxInternal;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.owner:()Lio/vertx/core/impl/VertxInternal;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void emit(java.lang.Object, io.vertx.core.Handler);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokespecial io.vertx.core.impl.ContextImpl.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void emit(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.emit:(Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.concurrent.ConcurrentMap localContextData();
    descriptor: ()Ljava/util/concurrent/ConcurrentMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.localContextData:()Ljava/util/concurrent/ConcurrentMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Handler exceptionHandler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.exceptionHandler:()Lio/vertx/core/Handler;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Context exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/Context;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Context;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.impl.future.PromiseInternal promise(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/impl/future/PromiseInternal;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.promise:(Lio/vertx/core/Handler;)Lio/vertx/core/impl/future/PromiseInternal;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.impl.future.PromiseInternal promise();
    descriptor: ()Lio/vertx/core/impl/future/PromiseInternal;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean isWorkerContext();
    descriptor: ()Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.isWorkerContext:()Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void reportException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.reportException:(Ljava/lang/Throwable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.impl.CloseHooks closeHooks();
    descriptor: ()Lio/vertx/core/impl/CloseHooks;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.closeHooks:()Lio/vertx/core/impl/CloseHooks;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future failedFuture(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future failedFuture(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean isDeployment();
    descriptor: ()Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.isDeployment:()Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public long setPeriodic(long, io.vertx.core.Handler);
    descriptor: (JLio/vertx/core/Handler;)J
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
         0: .line 1
            aload 0
            lload 1
            aload 3
            invokespecial io.vertx.core.impl.ContextImpl.setPeriodic:(JLio/vertx/core/Handler;)J
            lreturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public long setTimer(long, io.vertx.core.Handler);
    descriptor: (JLio/vertx/core/Handler;)J
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
         0: .line 1
            aload 0
            lload 1
            aload 3
            invokespecial io.vertx.core.impl.ContextImpl.setTimer:(JLio/vertx/core/Handler;)J
            lreturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future executeBlockingInternal(io.vertx.core.Handler, boolean);
    descriptor: (Lio/vertx/core/Handler;Z)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            iload 2
            invokespecial io.vertx.core.impl.ContextImpl.executeBlockingInternal:(Lio/vertx/core/Handler;Z)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future executeBlockingInternal(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.executeBlockingInternal:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void executeBlockingInternal(io.vertx.core.Handler, boolean, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            aload 3
            invokespecial io.vertx.core.impl.ContextImpl.executeBlockingInternal:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int getInstanceCount();
    descriptor: ()I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.getInstanceCount:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.impl.WorkerPool workerPool();
    descriptor: ()Lio/vertx/core/impl/WorkerPool;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.workerPool:()Lio/vertx/core/impl/WorkerPool;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future succeededFuture(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future succeededFuture();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.succeededFuture:()Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.concurrent.ConcurrentMap contextData();
    descriptor: ()Ljava/util/concurrent/ConcurrentMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.contextData:()Ljava/util/concurrent/ConcurrentMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.impl.Deployment getDeployment();
    descriptor: ()Lio/vertx/core/impl/Deployment;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.getDeployment:()Lio/vertx/core/impl/Deployment;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.spi.tracing.VertxTracer tracer();
    descriptor: ()Lio/vertx/core/spi/tracing/VertxTracer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.core.impl.ContextImpl.tracer:()Lio/vertx/core/spi/tracing/VertxTracer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void removeCloseHook(io.vertx.core.Closeable);
    descriptor: (Lio/vertx/core/Closeable;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.ContextImpl.removeCloseHook:(Lio/vertx/core/Closeable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(io.vertx.core.impl.AbstractContext, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/impl/AbstractContext;Lio/vertx/core/Handler;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 40
            aload 0
            aload 1
            invokevirtual io.vertx.core.impl.AbstractContext.dispatch:(Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void lambda$1(io.vertx.core.impl.AbstractContext, java.lang.Object, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/impl/AbstractContext;Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.core.impl.EventLoopContext this
         0: .line 59
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.core.impl.EventLoopContext.emit:(Lio/vertx/core/impl/AbstractContext;Ljava/lang/Object;Lio/vertx/core/Handler;)V
            return
        end local 0 // io.vertx.core.impl.EventLoopContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/EventLoopContext;

  private static void lambda$2(io.vertx.core.Handler, java.lang.Object);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/Object;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 75
            aload 0
            aload 1
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "EventLoopContext.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles