public class io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext<T> implements io.vertx.core.eventbus.DeliveryContext<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext
  super_class: java.lang.Object
{
  private final io.vertx.core.eventbus.impl.MessageImpl message;
    descriptor: Lio/vertx/core/eventbus/impl/MessageImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Iterator<io.vertx.core.Handler<io.vertx.core.eventbus.DeliveryContext>> iter;
    descriptor: Ljava/util/Iterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Iterator<Lio/vertx/core/Handler<Lio/vertx/core/eventbus/DeliveryContext;>;>;

  private final io.vertx.core.eventbus.impl.HandlerHolder<T> holder;
    descriptor: Lio/vertx/core/eventbus/impl/HandlerHolder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/eventbus/impl/HandlerHolder<TT;>;

  final io.vertx.core.eventbus.impl.EventBusImpl this$0;
    descriptor: Lio/vertx/core/eventbus/impl/EventBusImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(io.vertx.core.eventbus.impl.MessageImpl, io.vertx.core.eventbus.impl.HandlerHolder<T>);
    descriptor: (Lio/vertx/core/eventbus/impl/EventBusImpl;Lio/vertx/core/eventbus/impl/MessageImpl;Lio/vertx/core/eventbus/impl/HandlerHolder;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext this
        start local 2 // io.vertx.core.eventbus.impl.MessageImpl message
        start local 3 // io.vertx.core.eventbus.impl.HandlerHolder holder
         0: .line 553
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.this$0:Lio/vertx/core/eventbus/impl/EventBusImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 554
            aload 0 /* this */
            aload 2 /* message */
            putfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.message:Lio/vertx/core/eventbus/impl/MessageImpl;
         2: .line 555
            aload 0 /* this */
            aload 3 /* holder */
            putfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.holder:Lio/vertx/core/eventbus/impl/HandlerHolder;
         3: .line 556
            aload 0 /* this */
            aload 1
            getfield io.vertx.core.eventbus.impl.EventBusImpl.receiveInterceptors:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            putfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.iter:Ljava/util/Iterator;
         4: .line 557
            return
        end local 3 // io.vertx.core.eventbus.impl.HandlerHolder holder
        end local 2 // io.vertx.core.eventbus.impl.MessageImpl message
        end local 0 // io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/eventbus/impl/EventBusImpl$InboundDeliveryContext<TT;>;
            0    5     2  message  Lio/vertx/core/eventbus/impl/MessageImpl;
            0    5     3   holder  Lio/vertx/core/eventbus/impl/HandlerHolder<TT;>;
    Signature: (Lio/vertx/core/eventbus/impl/MessageImpl;Lio/vertx/core/eventbus/impl/HandlerHolder<TT;>;)V
    MethodParameters:
         Name  Flags
      this$0   final
      message  
      holder   

  public io.vertx.core.eventbus.Message<T> message();
    descriptor: ()Lio/vertx/core/eventbus/Message;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext this
         0: .line 561
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.message:Lio/vertx/core/eventbus/impl/MessageImpl;
            areturn
        end local 0 // io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/impl/EventBusImpl$InboundDeliveryContext<TT;>;
    Signature: ()Lio/vertx/core/eventbus/Message<TT;>;

  public void next();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext this
         0: .line 566
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.iter:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 10
         1: .line 568
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.iter:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.core.Handler
            astore 1 /* handler */
        start local 1 // io.vertx.core.Handler handler
         2: .line 569
            aload 1 /* handler */
            ifnull 5
         3: .line 570
            aload 1 /* handler */
            aload 0 /* this */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 571
            goto 11
         5: .line 572
      StackMap locals: io.vertx.core.Handler
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.next:()V
        end local 1 // io.vertx.core.Handler handler
         6: .line 574
            goto 11
      StackMap locals: io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext
      StackMap stack: java.lang.Throwable
         7: astore 1 /* t */
        start local 1 // java.lang.Throwable t
         8: .line 575
            getstatic io.vertx.core.eventbus.impl.EventBusImpl.log:Lio/vertx/core/logging/Logger;
            ldc "Failure in interceptor"
            aload 1 /* t */
            invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable t
         9: .line 577
            goto 11
        10: .line 578
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.holder:Lio/vertx/core/eventbus/impl/HandlerHolder;
            invokevirtual io.vertx.core.eventbus.impl.HandlerHolder.getHandler:()Lio/vertx/core/eventbus/impl/HandlerRegistration;
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.message:Lio/vertx/core/eventbus/impl/MessageImpl;
            invokevirtual io.vertx.core.eventbus.impl.HandlerRegistration.handle:(Lio/vertx/core/eventbus/Message;)V
        11: .line 580
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lio/vertx/core/eventbus/impl/EventBusImpl$InboundDeliveryContext<TT;>;
            2    6     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/eventbus/DeliveryContext;>;
            8    9     1        t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     6       7  Class java.lang.Throwable

  public boolean send();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext this
         0: .line 584
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.message:Lio/vertx/core/eventbus/impl/MessageImpl;
            invokevirtual io.vertx.core.eventbus.impl.MessageImpl.isSend:()Z
            ireturn
        end local 0 // io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/impl/EventBusImpl$InboundDeliveryContext<TT;>;

  public java.lang.Object body();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext this
         0: .line 589
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext.message:Lio/vertx/core/eventbus/impl/MessageImpl;
            getfield io.vertx.core.eventbus.impl.MessageImpl.receivedBody:Ljava/lang/Object;
            areturn
        end local 0 // io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/impl/EventBusImpl$InboundDeliveryContext<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryContext<TT;>;
SourceFile: "EventBusImpl.java"
NestHost: io.vertx.core.eventbus.impl.EventBusImpl
InnerClasses:
  protected InboundDeliveryContext = io.vertx.core.eventbus.impl.EventBusImpl$InboundDeliveryContext of io.vertx.core.eventbus.impl.EventBusImpl