public class io.vertx.core.eventbus.impl.MessageImpl<U, V> implements io.vertx.core.eventbus.Message<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.eventbus.impl.MessageImpl
  super_class: java.lang.Object
{
  private static final io.vertx.core.logging.Logger log;
    descriptor: Lio/vertx/core/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected io.vertx.core.eventbus.MessageCodec<U, V> messageCodec;
    descriptor: Lio/vertx/core/eventbus/MessageCodec;
    flags: (0x0004) ACC_PROTECTED
    Signature: Lio/vertx/core/eventbus/MessageCodec<TU;TV;>;

  protected io.vertx.core.eventbus.impl.EventBusImpl bus;
    descriptor: Lio/vertx/core/eventbus/impl/EventBusImpl;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String address;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String replyAddress;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected io.vertx.core.MultiMap headers;
    descriptor: Lio/vertx/core/MultiMap;
    flags: (0x0004) ACC_PROTECTED

  protected U sentBody;
    descriptor: Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Signature: TU;

  protected V receivedBody;
    descriptor: Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Signature: TV;

  protected boolean send;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> writeHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0004) ACC_PROTECTED
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.MessageImpl this
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            return
        end local 0 // io.vertx.core.eventbus.impl.MessageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;

  public void <init>(java.lang.String, java.lang.String, io.vertx.core.MultiMap, U, io.vertx.core.eventbus.MessageCodec<U, V>, boolean, io.vertx.core.eventbus.impl.EventBusImpl, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Ljava/lang/Object;Lio/vertx/core/eventbus/MessageCodec;ZLio/vertx/core/eventbus/impl/EventBusImpl;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=9, args_size=9
        start local 0 // io.vertx.core.eventbus.impl.MessageImpl this
        start local 1 // java.lang.String address
        start local 2 // java.lang.String replyAddress
        start local 3 // io.vertx.core.MultiMap headers
        start local 4 // java.lang.Object sentBody
        start local 5 // io.vertx.core.eventbus.MessageCodec messageCodec
        start local 6 // boolean send
        start local 7 // io.vertx.core.eventbus.impl.EventBusImpl bus
        start local 8 // io.vertx.core.Handler writeHandler
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            aload 5 /* messageCodec */
            putfield io.vertx.core.eventbus.impl.MessageImpl.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
         2: .line 50
            aload 0 /* this */
            aload 1 /* address */
            putfield io.vertx.core.eventbus.impl.MessageImpl.address:Ljava/lang/String;
         3: .line 51
            aload 0 /* this */
            aload 2 /* replyAddress */
            putfield io.vertx.core.eventbus.impl.MessageImpl.replyAddress:Ljava/lang/String;
         4: .line 52
            aload 0 /* this */
            aload 3 /* headers */
            putfield io.vertx.core.eventbus.impl.MessageImpl.headers:Lio/vertx/core/MultiMap;
         5: .line 53
            aload 0 /* this */
            aload 4 /* sentBody */
            putfield io.vertx.core.eventbus.impl.MessageImpl.sentBody:Ljava/lang/Object;
         6: .line 54
            aload 0 /* this */
            iload 6 /* send */
            putfield io.vertx.core.eventbus.impl.MessageImpl.send:Z
         7: .line 55
            aload 0 /* this */
            aload 7 /* bus */
            putfield io.vertx.core.eventbus.impl.MessageImpl.bus:Lio/vertx/core/eventbus/impl/EventBusImpl;
         8: .line 56
            aload 0 /* this */
            aload 8 /* writeHandler */
            putfield io.vertx.core.eventbus.impl.MessageImpl.writeHandler:Lio/vertx/core/Handler;
         9: .line 57
            return
        end local 8 // io.vertx.core.Handler writeHandler
        end local 7 // io.vertx.core.eventbus.impl.EventBusImpl bus
        end local 6 // boolean send
        end local 5 // io.vertx.core.eventbus.MessageCodec messageCodec
        end local 4 // java.lang.Object sentBody
        end local 3 // io.vertx.core.MultiMap headers
        end local 2 // java.lang.String replyAddress
        end local 1 // java.lang.String address
        end local 0 // io.vertx.core.eventbus.impl.MessageImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
            0   10     1       address  Ljava/lang/String;
            0   10     2  replyAddress  Ljava/lang/String;
            0   10     3       headers  Lio/vertx/core/MultiMap;
            0   10     4      sentBody  TU;
            0   10     5  messageCodec  Lio/vertx/core/eventbus/MessageCodec<TU;TV;>;
            0   10     6          send  Z
            0   10     7           bus  Lio/vertx/core/eventbus/impl/EventBusImpl;
            0   10     8  writeHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;TU;Lio/vertx/core/eventbus/MessageCodec<TU;TV;>;ZLio/vertx/core/eventbus/impl/EventBusImpl;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
              Name  Flags
      address       
      replyAddress  
      headers       
      sentBody      
      messageCodec  
      send          
      bus           
      writeHandler  

  protected void <init>(io.vertx.core.eventbus.impl.MessageImpl<U, V>);
    descriptor: (Lio/vertx/core/eventbus/impl/MessageImpl;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.vertx.core.eventbus.impl.MessageImpl this
        start local 1 // io.vertx.core.eventbus.impl.MessageImpl other
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 60
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.impl.MessageImpl.bus:Lio/vertx/core/eventbus/impl/EventBusImpl;
            putfield io.vertx.core.eventbus.impl.MessageImpl.bus:Lio/vertx/core/eventbus/impl/EventBusImpl;
         2: .line 61
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.impl.MessageImpl.address:Ljava/lang/String;
            putfield io.vertx.core.eventbus.impl.MessageImpl.address:Ljava/lang/String;
         3: .line 62
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.impl.MessageImpl.replyAddress:Ljava/lang/String;
            putfield io.vertx.core.eventbus.impl.MessageImpl.replyAddress:Ljava/lang/String;
         4: .line 63
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.impl.MessageImpl.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
            putfield io.vertx.core.eventbus.impl.MessageImpl.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
         5: .line 64
            aload 1 /* other */
            getfield io.vertx.core.eventbus.impl.MessageImpl.headers:Lio/vertx/core/MultiMap;
            ifnull 12
         6: .line 65
            aload 1 /* other */
            getfield io.vertx.core.eventbus.impl.MessageImpl.headers:Lio/vertx/core/MultiMap;
            invokeinterface io.vertx.core.MultiMap.entries:()Ljava/util/List;
            astore 2 /* entries */
        start local 2 // java.util.List entries
         7: .line 66
            aload 0 /* this */
            new io.vertx.core.http.CaseInsensitiveHeaders
            dup
            invokespecial io.vertx.core.http.CaseInsensitiveHeaders.<init>:()V
            putfield io.vertx.core.eventbus.impl.MessageImpl.headers:Lio/vertx/core/MultiMap;
         8: .line 67
            aload 2 /* entries */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 11
      StackMap locals: io.vertx.core.eventbus.impl.MessageImpl io.vertx.core.eventbus.impl.MessageImpl java.util.List top java.util.Iterator
      StackMap stack:
         9: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 3 /* entry */
        start local 3 // java.util.Map$Entry entry
        10: .line 68
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.headers:Lio/vertx/core/MultiMap;
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokeinterface io.vertx.core.MultiMap.add:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
            pop
        end local 3 // java.util.Map$Entry entry
        11: .line 67
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        end local 2 // java.util.List entries
        12: .line 71
      StackMap locals: io.vertx.core.eventbus.impl.MessageImpl io.vertx.core.eventbus.impl.MessageImpl
      StackMap stack:
            aload 1 /* other */
            getfield io.vertx.core.eventbus.impl.MessageImpl.sentBody:Ljava/lang/Object;
            ifnull 15
        13: .line 72
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.impl.MessageImpl.sentBody:Ljava/lang/Object;
            putfield io.vertx.core.eventbus.impl.MessageImpl.sentBody:Ljava/lang/Object;
        14: .line 73
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
            aload 1 /* other */
            getfield io.vertx.core.eventbus.impl.MessageImpl.sentBody:Ljava/lang/Object;
            invokeinterface io.vertx.core.eventbus.MessageCodec.transform:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield io.vertx.core.eventbus.impl.MessageImpl.receivedBody:Ljava/lang/Object;
        15: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.impl.MessageImpl.send:Z
            putfield io.vertx.core.eventbus.impl.MessageImpl.send:Z
        16: .line 76
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.impl.MessageImpl.writeHandler:Lio/vertx/core/Handler;
            putfield io.vertx.core.eventbus.impl.MessageImpl.writeHandler:Lio/vertx/core/Handler;
        17: .line 77
            return
        end local 1 // io.vertx.core.eventbus.impl.MessageImpl other
        end local 0 // io.vertx.core.eventbus.impl.MessageImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   18     0     this  Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
            0   18     1    other  Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
            7   12     2  entries  Ljava/util/List<Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;>;
           10   11     3    entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;)V
    MethodParameters:
       Name  Flags
      other  

  public io.vertx.core.eventbus.impl.MessageImpl<U, V> copyBeforeReceive();
    descriptor: ()Lio/vertx/core/eventbus/impl/MessageImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.MessageImpl this
         0: .line 80
            new io.vertx.core.eventbus.impl.MessageImpl
            dup
            aload 0 /* this */
            invokespecial io.vertx.core.eventbus.impl.MessageImpl.<init>:(Lio/vertx/core/eventbus/impl/MessageImpl;)V
            areturn
        end local 0 // io.vertx.core.eventbus.impl.MessageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
    Signature: ()Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;

  public java.lang.String address();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.MessageImpl this
         0: .line 85
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.address:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.eventbus.impl.MessageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;

  public io.vertx.core.MultiMap headers();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.MessageImpl this
         0: .line 91
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.headers:Lio/vertx/core/MultiMap;
            ifnonnull 2
         1: .line 92
            aload 0 /* this */
            new io.vertx.core.http.CaseInsensitiveHeaders
            dup
            invokespecial io.vertx.core.http.CaseInsensitiveHeaders.<init>:()V
            putfield io.vertx.core.eventbus.impl.MessageImpl.headers:Lio/vertx/core/MultiMap;
         2: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.headers:Lio/vertx/core/MultiMap;
            areturn
        end local 0 // io.vertx.core.eventbus.impl.MessageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;

  public V body();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.MessageImpl this
         0: .line 99
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.receivedBody:Ljava/lang/Object;
            ifnonnull 2
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.sentBody:Ljava/lang/Object;
            ifnull 2
         1: .line 100
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.sentBody:Ljava/lang/Object;
            invokeinterface io.vertx.core.eventbus.MessageCodec.transform:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield io.vertx.core.eventbus.impl.MessageImpl.receivedBody:Ljava/lang/Object;
         2: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.receivedBody:Ljava/lang/Object;
            areturn
        end local 0 // io.vertx.core.eventbus.impl.MessageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
    Signature: ()TV;

  public java.lang.String replyAddress();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.MessageImpl this
         0: .line 107
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.replyAddress:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.eventbus.impl.MessageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;

  public void fail(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=3, args_size=3
        start local 0 // io.vertx.core.eventbus.impl.MessageImpl this
        start local 1 // int failureCode
        start local 2 // java.lang.String message
         0: .line 112
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.replyAddress:Ljava/lang/String;
            ifnull 6
         1: .line 113
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.bus:Lio/vertx/core/eventbus/impl/EventBusImpl;
            iconst_1
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.replyAddress:Ljava/lang/String;
            aconst_null
         2: .line 114
            new io.vertx.core.eventbus.ReplyException
            dup
            getstatic io.vertx.core.eventbus.ReplyFailure.RECIPIENT_FAILURE:Lio/vertx/core/eventbus/ReplyFailure;
            iload 1 /* failureCode */
            aload 2 /* message */
            invokespecial io.vertx.core.eventbus.ReplyException.<init>:(Lio/vertx/core/eventbus/ReplyFailure;ILjava/lang/String;)V
            aconst_null
            aconst_null
         3: .line 113
            invokevirtual io.vertx.core.eventbus.impl.EventBusImpl.createMessage:(ZLjava/lang/String;Lio/vertx/core/MultiMap;Ljava/lang/Object;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/eventbus/impl/MessageImpl;
         4: .line 114
            aconst_null
            aconst_null
         5: .line 113
            invokevirtual io.vertx.core.eventbus.impl.MessageImpl.sendReply:(Lio/vertx/core/eventbus/impl/MessageImpl;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler;)V
         6: .line 116
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String message
        end local 1 // int failureCode
        end local 0 // io.vertx.core.eventbus.impl.MessageImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
            0    7     1  failureCode  I
            0    7     2      message  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      failureCode  
      message      

  public void reply(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.impl.MessageImpl this
        start local 1 // java.lang.Object message
         0: .line 120
            aload 0 /* this */
            aload 1 /* message */
            new io.vertx.core.eventbus.DeliveryOptions
            dup
            invokespecial io.vertx.core.eventbus.DeliveryOptions.<init>:()V
            aconst_null
            invokevirtual io.vertx.core.eventbus.impl.MessageImpl.reply:(Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler;)V
         1: .line 121
            return
        end local 1 // java.lang.Object message
        end local 0 // io.vertx.core.eventbus.impl.MessageImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
            0    2     1  message  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      message  

  public <R> void reply(, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<R>>>);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.core.eventbus.impl.MessageImpl this
        start local 1 // java.lang.Object message
        start local 2 // io.vertx.core.Handler replyHandler
         0: .line 125
            aload 0 /* this */
            aload 1 /* message */
            new io.vertx.core.eventbus.DeliveryOptions
            dup
            invokespecial io.vertx.core.eventbus.DeliveryOptions.<init>:()V
            aload 2 /* replyHandler */
            invokevirtual io.vertx.core.eventbus.impl.MessageImpl.reply:(Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler;)V
         1: .line 126
            return
        end local 2 // io.vertx.core.Handler replyHandler
        end local 1 // java.lang.Object message
        end local 0 // io.vertx.core.eventbus.impl.MessageImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
            0    2     1       message  Ljava/lang/Object;
            0    2     2  replyHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/eventbus/Message<TR;>;>;>;
    Signature: <R:Ljava/lang/Object;>(Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/eventbus/Message<TR;>;>;>;)V
    MethodParameters:
              Name  Flags
      message       
      replyHandler  

  public void reply(java.lang.Object, io.vertx.core.eventbus.DeliveryOptions);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.core.eventbus.impl.MessageImpl this
        start local 1 // java.lang.Object message
        start local 2 // io.vertx.core.eventbus.DeliveryOptions options
         0: .line 130
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* options */
            aconst_null
            invokevirtual io.vertx.core.eventbus.impl.MessageImpl.reply:(Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler;)V
         1: .line 131
            return
        end local 2 // io.vertx.core.eventbus.DeliveryOptions options
        end local 1 // java.lang.Object message
        end local 0 // io.vertx.core.eventbus.impl.MessageImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
            0    2     1  message  Ljava/lang/Object;
            0    2     2  options  Lio/vertx/core/eventbus/DeliveryOptions;
    MethodParameters:
         Name  Flags
      message  
      options  

  public <R> void reply(, io.vertx.core.eventbus.DeliveryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<R>>>);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // io.vertx.core.eventbus.impl.MessageImpl this
        start local 1 // java.lang.Object message
        start local 2 // io.vertx.core.eventbus.DeliveryOptions options
        start local 3 // io.vertx.core.Handler replyHandler
         0: .line 135
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.replyAddress:Ljava/lang/String;
            ifnull 2
         1: .line 136
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.bus:Lio/vertx/core/eventbus/impl/EventBusImpl;
            iconst_1
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.replyAddress:Ljava/lang/String;
            aload 2 /* options */
            invokevirtual io.vertx.core.eventbus.DeliveryOptions.getHeaders:()Lio/vertx/core/MultiMap;
            aload 1 /* message */
            aload 2 /* options */
            invokevirtual io.vertx.core.eventbus.DeliveryOptions.getCodecName:()Ljava/lang/String;
            aconst_null
            invokevirtual io.vertx.core.eventbus.impl.EventBusImpl.createMessage:(ZLjava/lang/String;Lio/vertx/core/MultiMap;Ljava/lang/Object;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/eventbus/impl/MessageImpl;
            aload 2 /* options */
            aload 3 /* replyHandler */
            invokevirtual io.vertx.core.eventbus.impl.MessageImpl.sendReply:(Lio/vertx/core/eventbus/impl/MessageImpl;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler;)V
         2: .line 138
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.core.Handler replyHandler
        end local 2 // io.vertx.core.eventbus.DeliveryOptions options
        end local 1 // java.lang.Object message
        end local 0 // io.vertx.core.eventbus.impl.MessageImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
            0    3     1       message  Ljava/lang/Object;
            0    3     2       options  Lio/vertx/core/eventbus/DeliveryOptions;
            0    3     3  replyHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/eventbus/Message<TR;>;>;>;
    Signature: <R:Ljava/lang/Object;>(Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/eventbus/Message<TR;>;>;>;)V
    MethodParameters:
              Name  Flags
      message       
      options       
      replyHandler  

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

  public void setReplyAddress(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.impl.MessageImpl this
        start local 1 // java.lang.String replyAddress
         0: .line 146
            aload 0 /* this */
            aload 1 /* replyAddress */
            putfield io.vertx.core.eventbus.impl.MessageImpl.replyAddress:Ljava/lang/String;
         1: .line 147
            return
        end local 1 // java.lang.String replyAddress
        end local 0 // io.vertx.core.eventbus.impl.MessageImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
            0    2     1  replyAddress  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      replyAddress  

  public io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> writeHandler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.MessageImpl this
         0: .line 150
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.writeHandler:Lio/vertx/core/Handler;
            areturn
        end local 0 // io.vertx.core.eventbus.impl.MessageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
    Signature: ()Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  public io.vertx.core.eventbus.MessageCodec<U, V> codec();
    descriptor: ()Lio/vertx/core/eventbus/MessageCodec;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.MessageImpl this
         0: .line 154
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
            areturn
        end local 0 // io.vertx.core.eventbus.impl.MessageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
    Signature: ()Lio/vertx/core/eventbus/MessageCodec<TU;TV;>;

  public void setBus(io.vertx.core.eventbus.impl.EventBusImpl);
    descriptor: (Lio/vertx/core/eventbus/impl/EventBusImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.impl.MessageImpl this
        start local 1 // io.vertx.core.eventbus.impl.EventBusImpl bus
         0: .line 158
            aload 0 /* this */
            aload 1 /* bus */
            putfield io.vertx.core.eventbus.impl.MessageImpl.bus:Lio/vertx/core/eventbus/impl/EventBusImpl;
         1: .line 159
            return
        end local 1 // io.vertx.core.eventbus.impl.EventBusImpl bus
        end local 0 // io.vertx.core.eventbus.impl.MessageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
            0    2     1   bus  Lio/vertx/core/eventbus/impl/EventBusImpl;
    MethodParameters:
      Name  Flags
      bus   

  protected <R> void sendReply(io.vertx.core.eventbus.impl.MessageImpl, io.vertx.core.eventbus.DeliveryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<R>>>);
    descriptor: (Lio/vertx/core/eventbus/impl/MessageImpl;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.core.eventbus.impl.MessageImpl this
        start local 1 // io.vertx.core.eventbus.impl.MessageImpl msg
        start local 2 // io.vertx.core.eventbus.DeliveryOptions options
        start local 3 // io.vertx.core.Handler replyHandler
         0: .line 162
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.bus:Lio/vertx/core/eventbus/impl/EventBusImpl;
            ifnull 2
         1: .line 163
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.MessageImpl.bus:Lio/vertx/core/eventbus/impl/EventBusImpl;
            aload 1 /* msg */
            aload 0 /* this */
            aload 2 /* options */
            aload 3 /* replyHandler */
            invokevirtual io.vertx.core.eventbus.impl.EventBusImpl.sendReply:(Lio/vertx/core/eventbus/impl/MessageImpl;Lio/vertx/core/eventbus/impl/MessageImpl;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler;)V
         2: .line 165
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.core.Handler replyHandler
        end local 2 // io.vertx.core.eventbus.DeliveryOptions options
        end local 1 // io.vertx.core.eventbus.impl.MessageImpl msg
        end local 0 // io.vertx.core.eventbus.impl.MessageImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
            0    3     1           msg  Lio/vertx/core/eventbus/impl/MessageImpl;
            0    3     2       options  Lio/vertx/core/eventbus/DeliveryOptions;
            0    3     3  replyHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/eventbus/Message<TR;>;>;>;
    Signature: <R:Ljava/lang/Object;>(Lio/vertx/core/eventbus/impl/MessageImpl;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/eventbus/Message<TR;>;>;>;)V
    MethodParameters:
              Name  Flags
      msg           
      options       
      replyHandler  

  protected boolean isLocal();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.MessageImpl this
         0: .line 168
            iconst_1
            ireturn
        end local 0 // io.vertx.core.eventbus.impl.MessageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
}
Signature: <U:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lio/vertx/core/eventbus/Message<TV;>;
SourceFile: "MessageImpl.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map