public interface io.vertx.core.eventbus.Message<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.core.eventbus.Message
  super_class: java.lang.Object
{
  public abstract java.lang.String address();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.core.MultiMap headers();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract T body();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.CacheReturn()

  public abstract java.lang.String replyAddress();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.Nullable()

  public abstract boolean isSend();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  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.Message this
        start local 1 // java.lang.Object message
         0: .line 81
            aload 0 /* this */
            aload 1 /* message */
            new io.vertx.core.eventbus.DeliveryOptions
            dup
            invokespecial io.vertx.core.eventbus.DeliveryOptions.<init>:()V
            invokeinterface io.vertx.core.eventbus.Message.reply:(Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;)V
         1: .line 82
            return
        end local 1 // java.lang.Object message
        end local 0 // io.vertx.core.eventbus.Message this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/eventbus/Message<TT;>;
            0    2     1  message  Ljava/lang/Object;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
         Name  Flags
      message  

  public abstract void reply(java.lang.Object, io.vertx.core.eventbus.DeliveryOptions);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
         Name  Flags
      message  
      options  

  public <R> void replyAndRequest(, 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.Message this
        start local 1 // java.lang.Object message
        start local 2 // io.vertx.core.Handler replyHandler
         0: .line 104
            aload 0 /* this */
            aload 1 /* message */
            new io.vertx.core.eventbus.DeliveryOptions
            dup
            invokespecial io.vertx.core.eventbus.DeliveryOptions.<init>:()V
            aload 2 /* replyHandler */
            invokeinterface io.vertx.core.eventbus.Message.replyAndRequest:(Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;Lio/vertx/core/Handler;)V
         1: .line 105
            return
        end local 2 // io.vertx.core.Handler replyHandler
        end local 1 // java.lang.Object message
        end local 0 // io.vertx.core.eventbus.Message this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/core/eventbus/Message<TT;>;
            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
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
              Name  Flags
      message       
      replyHandler  

  public <R> io.vertx.core.Future<io.vertx.core.eventbus.Message<R>> replyAndRequest();
    descriptor: (Ljava/lang/Object;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.Message this
        start local 1 // java.lang.Object message
         0: .line 111
            aload 0 /* this */
            aload 1 /* message */
            new io.vertx.core.eventbus.DeliveryOptions
            dup
            invokespecial io.vertx.core.eventbus.DeliveryOptions.<init>:()V
            invokeinterface io.vertx.core.eventbus.Message.replyAndRequest:(Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;)Lio/vertx/core/Future;
            areturn
        end local 1 // java.lang.Object message
        end local 0 // io.vertx.core.eventbus.Message this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/eventbus/Message<TT;>;
            0    1     1  message  Ljava/lang/Object;
    Signature: <R:Ljava/lang/Object;>(Ljava/lang/Object;)Lio/vertx/core/Future<Lio/vertx/core/eventbus/Message<TR;>;>;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
         Name  Flags
      message  

  public <R> void replyAndRequest(, 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=3, locals=4, args_size=4
        start local 0 // io.vertx.core.eventbus.Message 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 123
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* options */
            invokeinterface io.vertx.core.eventbus.Message.replyAndRequest:(Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;)Lio/vertx/core/Future;
            aload 3 /* replyHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 124
            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.Message this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/core/eventbus/Message<TT;>;
            0    2     1       message  Ljava/lang/Object;
            0    2     2       options  Lio/vertx/core/eventbus/DeliveryOptions;
            0    2     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
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
              Name  Flags
      message       
      options       
      replyHandler  

  public abstract <R> io.vertx.core.Future<io.vertx.core.eventbus.Message<R>> replyAndRequest(, io.vertx.core.eventbus.DeliveryOptions);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <R:Ljava/lang/Object;>(Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;)Lio/vertx/core/Future<Lio/vertx/core/eventbus/Message<TR;>;>;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
         Name  Flags
      message  
      options  

  public void fail(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.core.eventbus.Message this
        start local 1 // int failureCode
        start local 2 // java.lang.String message
         0: .line 141
            aload 0 /* this */
            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
            invokeinterface io.vertx.core.eventbus.Message.reply:(Ljava/lang/Object;)V
         1: .line 142
            return
        end local 2 // java.lang.String message
        end local 1 // int failureCode
        end local 0 // io.vertx.core.eventbus.Message this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/core/eventbus/Message<TT;>;
            0    2     1  failureCode  I
            0    2     2      message  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      failureCode  
      message      
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Message.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()