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
{
  private static final io.vertx.core.logging.Logger log;
    descriptor: Lio/vertx/core/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 25
            ldc Lio/vertx/core/impl/EventLoopContext;
            invokestatic io.vertx.core.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/logging/Logger;
            putstatic io.vertx.core.impl.EventLoopContext.log:Lio/vertx/core/logging/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(io.vertx.core.impl.VertxInternal, io.vertx.core.impl.WorkerPool, io.vertx.core.impl.WorkerPool, java.lang.String, io.vertx.core.json.JsonObject, java.lang.ClassLoader);
    descriptor: (Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/WorkerPool;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Ljava/lang/ClassLoader;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // io.vertx.core.impl.EventLoopContext this
        start local 1 // io.vertx.core.impl.VertxInternal vertx
        start local 2 // io.vertx.core.impl.WorkerPool internalBlockingPool
        start local 3 // io.vertx.core.impl.WorkerPool workerPool
        start local 4 // java.lang.String deploymentID
        start local 5 // io.vertx.core.json.JsonObject config
        start local 6 // java.lang.ClassLoader tccl
         0: .line 29
            aload 0 /* this */
            aload 1 /* vertx */
            aload 2 /* internalBlockingPool */
            aload 3 /* workerPool */
            aload 4 /* deploymentID */
            aload 5 /* config */
            aload 6 /* tccl */
            invokespecial io.vertx.core.impl.ContextImpl.<init>:(Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/WorkerPool;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Ljava/lang/ClassLoader;)V
         1: .line 30
            return
        end local 6 // java.lang.ClassLoader tccl
        end local 5 // io.vertx.core.json.JsonObject config
        end local 4 // java.lang.String deploymentID
        end local 3 // io.vertx.core.impl.WorkerPool workerPool
        end local 2 // io.vertx.core.impl.WorkerPool internalBlockingPool
        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  internalBlockingPool  Lio/vertx/core/impl/WorkerPool;
            0    2     3            workerPool  Lio/vertx/core/impl/WorkerPool;
            0    2     4          deploymentID  Ljava/lang/String;
            0    2     5                config  Lio/vertx/core/json/JsonObject;
            0    2     6                  tccl  Ljava/lang/ClassLoader;
    MethodParameters:
                      Name  Flags
      vertx                 
      internalBlockingPool  
      workerPool            
      deploymentID          
      config                
      tccl                  

  public void <init>(io.vertx.core.impl.VertxInternal, io.netty.channel.EventLoop, io.vertx.core.impl.WorkerPool, io.vertx.core.impl.WorkerPool, java.lang.String, io.vertx.core.json.JsonObject, java.lang.ClassLoader);
    descriptor: (Lio/vertx/core/impl/VertxInternal;Lio/netty/channel/EventLoop;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/WorkerPool;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Ljava/lang/ClassLoader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // io.vertx.core.impl.EventLoopContext this
        start local 1 // io.vertx.core.impl.VertxInternal vertx
        start local 2 // io.netty.channel.EventLoop eventLoop
        start local 3 // io.vertx.core.impl.WorkerPool internalBlockingPool
        start local 4 // io.vertx.core.impl.WorkerPool workerPool
        start local 5 // java.lang.String deploymentID
        start local 6 // io.vertx.core.json.JsonObject config
        start local 7 // java.lang.ClassLoader tccl
         0: .line 34
            aload 0 /* this */
            aload 1 /* vertx */
            aload 2 /* eventLoop */
            aload 3 /* internalBlockingPool */
            aload 4 /* workerPool */
            aload 5 /* deploymentID */
            aload 6 /* config */
            aload 7 /* tccl */
            invokespecial io.vertx.core.impl.ContextImpl.<init>:(Lio/vertx/core/impl/VertxInternal;Lio/netty/channel/EventLoop;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/WorkerPool;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Ljava/lang/ClassLoader;)V
         1: .line 35
            return
        end local 7 // java.lang.ClassLoader tccl
        end local 6 // io.vertx.core.json.JsonObject config
        end local 5 // java.lang.String deploymentID
        end local 4 // io.vertx.core.impl.WorkerPool workerPool
        end local 3 // io.vertx.core.impl.WorkerPool internalBlockingPool
        end local 2 // io.netty.channel.EventLoop eventLoop
        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             eventLoop  Lio/netty/channel/EventLoop;
            0    2     3  internalBlockingPool  Lio/vertx/core/impl/WorkerPool;
            0    2     4            workerPool  Lio/vertx/core/impl/WorkerPool;
            0    2     5          deploymentID  Ljava/lang/String;
            0    2     6                config  Lio/vertx/core/json/JsonObject;
            0    2     7                  tccl  Ljava/lang/ClassLoader;
    MethodParameters:
                      Name  Flags
      vertx                 
      eventLoop             
      internalBlockingPool  
      workerPool            
      deploymentID          
      config                
      tccl                  

  void executeAsync(io.vertx.core.Handler<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.EventLoopContext this
        start local 1 // io.vertx.core.Handler task
         0: .line 38
            aload 0 /* this */
            invokevirtual io.vertx.core.impl.EventLoopContext.nettyEventLoop:()Lio/netty/channel/EventLoop;
            aload 0 /* this */
            aload 1 /* task */
            invokedynamic run(Lio/vertx/core/impl/EventLoopContext;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/Handler;)V (7)
                  ()V
            invokeinterface io.netty.channel.EventLoop.execute:(Ljava/lang/Runnable;)V
         1: .line 39
            return
        end local 1 // io.vertx.core.Handler task
        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  task  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
    MethodParameters:
      Name  Flags
      task  

  <T> void execute(T, io.vertx.core.Handler<T>);
    descriptor: (Ljava/lang/Object;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 // java.lang.Object value
        start local 2 // io.vertx.core.Handler task
         0: .line 43
            aload 0 /* this */
            aload 1 /* value */
            aload 2 /* task */
            invokevirtual io.vertx.core.impl.EventLoopContext.executeTask:(Ljava/lang/Object;Lio/vertx/core/Handler;)Z
            pop
         1: .line 44
            return
        end local 2 // io.vertx.core.Handler task
        end local 1 // java.lang.Object value
        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  value  TT;
            0    2     2   task  Lio/vertx/core/Handler<TT;>;
    Signature: <T:Ljava/lang/Object;>(TT;Lio/vertx/core/Handler<TT;>;)V
    MethodParameters:
       Name  Flags
      value  
      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 48
            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;

  public boolean isMultiThreadedWorkerContext();
    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 53
            iconst_0
            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 void runCloseHooks(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.runCloseHooks:(Lio/vertx/core/Handler;)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 executeBlockingInternal(io.vertx.core.Handler, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;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.executeBlockingInternal:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.List processArgs();
    descriptor: ()Ljava/util/List;
    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.processArgs:()Ljava/util/List;
            areturn
      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 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 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 setDeployment(io.vertx.core.impl.Deployment);
    descriptor: (Lio/vertx/core/impl/Deployment;)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.setDeployment:(Lio/vertx/core/impl/Deployment;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object get(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    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.get:(Ljava/lang/String;)Ljava/lang/Object;
            areturn
      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 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 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 void runOnContext(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.runOnContext:(Lio/vertx/core/Handler;)V
            return
      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, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;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.executeBlocking:(Lio/vertx/core/Handler;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 boolean removeCloseHook(io.vertx.core.Closeable);
    descriptor: (Lio/vertx/core/Closeable;)Z
    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;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean remove(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    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.remove:(Ljava/lang/String;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void put(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)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.put:(Ljava/lang/String;Ljava/lang/Object;)V
            return
      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.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 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.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

  private void lambda$0(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.EventLoopContext this
         0: .line 38
            aload 0 /* this */
            aconst_null
            aload 1
            invokevirtual io.vertx.core.impl.EventLoopContext.executeTask:(Ljava/lang/Object;Lio/vertx/core/Handler;)Z
            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;
}
SourceFile: "EventLoopContext.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles