class io.vertx.rxjava.core.eventbus.EventBus$7 implements io.vertx.core.Handler<io.vertx.core.eventbus.DeliveryContext<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.rxjava.core.eventbus.EventBus$7
  super_class: java.lang.Object
{
  final io.vertx.rxjava.core.eventbus.EventBus this$0;
    descriptor: Lio/vertx/rxjava/core/eventbus/EventBus;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

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

  public void handle(io.vertx.core.eventbus.DeliveryContext<T>);
    descriptor: (Lio/vertx/core/eventbus/DeliveryContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.eventbus.EventBus$7 this
        start local 1 // io.vertx.core.eventbus.DeliveryContext event
         0: .line 457
            aload 0 /* this */
            getfield io.vertx.rxjava.core.eventbus.EventBus$7.val$interceptor:Lio/vertx/core/Handler;
            aload 1 /* event */
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.rxjava.core.eventbus.DeliveryContext.newInstance:(Lio/vertx/core/eventbus/DeliveryContext;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/eventbus/DeliveryContext;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 458
            return
        end local 1 // io.vertx.core.eventbus.DeliveryContext event
        end local 0 // io.vertx.rxjava.core.eventbus.EventBus$7 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/eventbus/EventBus$7;
            0    2     1  event  Lio/vertx/core/eventbus/DeliveryContext<TT;>;
    Signature: (Lio/vertx/core/eventbus/DeliveryContext<TT;>;)V
    MethodParameters:
       Name  Flags
      event  

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.eventbus.DeliveryContext
            invokevirtual io.vertx.rxjava.core.eventbus.EventBus$7.handle:(Lio/vertx/core/eventbus/DeliveryContext;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/core/eventbus/DeliveryContext<TT;>;>;
SourceFile: "EventBus.java"
EnclosingMethod: io.vertx.rxjava.core.eventbus.EventBus.addOutboundInterceptor:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/eventbus/EventBus;
NestHost: io.vertx.rxjava.core.eventbus.EventBus
InnerClasses:
  io.vertx.rxjava.core.eventbus.EventBus$7