class io.vertx.core.eventbus.impl.ReplyHandler<T> extends io.vertx.core.eventbus.impl.HandlerRegistration<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.eventbus.impl.ReplyHandler
  super_class: io.vertx.core.eventbus.impl.HandlerRegistration
{
  private final io.vertx.core.eventbus.impl.EventBusImpl eventBus;
    descriptor: Lio/vertx/core/eventbus/impl/EventBusImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.impl.ContextInternal context;
    descriptor: Lio/vertx/core/impl/ContextInternal;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final long timeoutID;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean src;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String repliedAddress;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  java.lang.Object trace;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 

  void <init>(io.vertx.core.eventbus.impl.EventBusImpl, io.vertx.core.impl.ContextInternal, java.lang.String, java.lang.String, boolean, long);
    descriptor: (Lio/vertx/core/eventbus/impl/EventBusImpl;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Ljava/lang/String;ZJ)V
    flags: (0x0000) 
    Code:
      stack=9, locals=8, args_size=7
        start local 0 // io.vertx.core.eventbus.impl.ReplyHandler this
        start local 1 // io.vertx.core.eventbus.impl.EventBusImpl eventBus
        start local 2 // io.vertx.core.impl.ContextInternal context
        start local 3 // java.lang.String address
        start local 4 // java.lang.String repliedAddress
        start local 5 // boolean src
        start local 6 // long timeout
         0: .line 35
            aload 0 /* this */
            aload 2 /* context */
            aload 1 /* eventBus */
            aload 3 /* address */
            iload 5 /* src */
            invokespecial io.vertx.core.eventbus.impl.HandlerRegistration.<init>:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/eventbus/impl/EventBusImpl;Ljava/lang/String;Z)V
         1: .line 36
            aload 0 /* this */
            aload 1 /* eventBus */
            putfield io.vertx.core.eventbus.impl.ReplyHandler.eventBus:Lio/vertx/core/eventbus/impl/EventBusImpl;
         2: .line 37
            aload 0 /* this */
            aload 2 /* context */
            putfield io.vertx.core.eventbus.impl.ReplyHandler.context:Lio/vertx/core/impl/ContextInternal;
         3: .line 38
            aload 0 /* this */
            aload 2 /* context */
            invokeinterface io.vertx.core.impl.ContextInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            putfield io.vertx.core.eventbus.impl.ReplyHandler.result:Lio/vertx/core/Promise;
         4: .line 39
            aload 0 /* this */
            iload 5 /* src */
            putfield io.vertx.core.eventbus.impl.ReplyHandler.src:Z
         5: .line 40
            aload 0 /* this */
            aload 4 /* repliedAddress */
            putfield io.vertx.core.eventbus.impl.ReplyHandler.repliedAddress:Ljava/lang/String;
         6: .line 41
            aload 0 /* this */
            aload 1 /* eventBus */
            getfield io.vertx.core.eventbus.impl.EventBusImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            lload 6 /* timeout */
            aload 0 /* this */
            lload 6 /* timeout */
            aload 3 /* address */
            aload 4 /* repliedAddress */
            invokedynamic handle(Lio/vertx/core/eventbus/impl/ReplyHandler;JLjava/lang/String;Ljava/lang/String;)Lio/vertx/core/Handler;
              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:
                  (Ljava/lang/Object;)V
                  io/vertx/core/eventbus/impl/ReplyHandler.lambda$0(JLjava/lang/String;Ljava/lang/String;Ljava/lang/Long;)V (7)
                  (Ljava/lang/Long;)V
            invokeinterface io.vertx.core.impl.VertxInternal.setTimer:(JLio/vertx/core/Handler;)J
            putfield io.vertx.core.eventbus.impl.ReplyHandler.timeoutID:J
         7: .line 44
            return
        end local 6 // long timeout
        end local 5 // boolean src
        end local 4 // java.lang.String repliedAddress
        end local 3 // java.lang.String address
        end local 2 // io.vertx.core.impl.ContextInternal context
        end local 1 // io.vertx.core.eventbus.impl.EventBusImpl eventBus
        end local 0 // io.vertx.core.eventbus.impl.ReplyHandler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lio/vertx/core/eventbus/impl/ReplyHandler<TT;>;
            0    8     1        eventBus  Lio/vertx/core/eventbus/impl/EventBusImpl;
            0    8     2         context  Lio/vertx/core/impl/ContextInternal;
            0    8     3         address  Ljava/lang/String;
            0    8     4  repliedAddress  Ljava/lang/String;
            0    8     5             src  Z
            0    8     6         timeout  J
    MethodParameters:
                Name  Flags
      eventBus        
      context         
      address         
      repliedAddress  
      src             
      timeout         

  private void trace(java.lang.Object, java.lang.Throwable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // io.vertx.core.eventbus.impl.ReplyHandler this
        start local 1 // java.lang.Object reply
        start local 2 // java.lang.Throwable failure
         0: .line 47
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.ReplyHandler.context:Lio/vertx/core/impl/ContextInternal;
            invokeinterface io.vertx.core.impl.ContextInternal.tracer:()Lio/vertx/core/spi/tracing/VertxTracer;
            astore 3 /* tracer */
        start local 3 // io.vertx.core.spi.tracing.VertxTracer tracer
         1: .line 48
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.ReplyHandler.trace:Ljava/lang/Object;
            astore 4 /* trace */
        start local 4 // java.lang.Object trace
         2: .line 49
            aload 3 /* tracer */
            ifnull 4
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.ReplyHandler.src:Z
            ifeq 4
            aload 4 /* trace */
            ifnull 4
         3: .line 50
            aload 3 /* tracer */
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.ReplyHandler.context:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* reply */
            aload 4 /* trace */
            aload 2 /* failure */
            invokestatic io.vertx.core.spi.tracing.TagExtractor.empty:()Lio/vertx/core/spi/tracing/TagExtractor;
            invokeinterface io.vertx.core.spi.tracing.VertxTracer.receiveResponse:(Lio/vertx/core/Context;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;Lio/vertx/core/spi/tracing/TagExtractor;)V
         4: .line 52
      StackMap locals: io.vertx.core.spi.tracing.VertxTracer java.lang.Object
      StackMap stack:
            return
        end local 4 // java.lang.Object trace
        end local 3 // io.vertx.core.spi.tracing.VertxTracer tracer
        end local 2 // java.lang.Throwable failure
        end local 1 // java.lang.Object reply
        end local 0 // io.vertx.core.eventbus.impl.ReplyHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/eventbus/impl/ReplyHandler<TT;>;
            0    5     1    reply  Ljava/lang/Object;
            0    5     2  failure  Ljava/lang/Throwable;
            1    5     3   tracer  Lio/vertx/core/spi/tracing/VertxTracer;
            2    5     4    trace  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      reply    
      failure  

  io.vertx.core.Future<io.vertx.core.eventbus.Message<T>> result();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.ReplyHandler this
         0: .line 55
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.ReplyHandler.result:Lio/vertx/core/Promise;
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.core.eventbus.impl.ReplyHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/impl/ReplyHandler<TT;>;
    Signature: ()Lio/vertx/core/Future<Lio/vertx/core/eventbus/Message<TT;>;>;

  void fail(io.vertx.core.eventbus.ReplyException);
    descriptor: (Lio/vertx/core/eventbus/ReplyException;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.impl.ReplyHandler this
        start local 1 // io.vertx.core.eventbus.ReplyException failure
         0: .line 59
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              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:
                  (Ljava/lang/Object;)V
                  io/vertx/core/eventbus/impl/ReplyHandler.lambda$1(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.core.eventbus.impl.ReplyHandler.unregister:(Lio/vertx/core/Handler;)V
         1: .line 60
            aload 1 /* failure */
            invokevirtual io.vertx.core.eventbus.ReplyException.failureType:()Lio/vertx/core/eventbus/ReplyFailure;
            getstatic io.vertx.core.eventbus.ReplyFailure.NO_HANDLERS:Lio/vertx/core/eventbus/ReplyFailure;
            if_acmpne 3
         2: .line 61
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.ReplyHandler.eventBus:Lio/vertx/core/eventbus/impl/EventBusImpl;
            getfield io.vertx.core.eventbus.impl.EventBusImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.ReplyHandler.timeoutID:J
            invokeinterface io.vertx.core.impl.VertxInternal.cancelTimer:(J)Z
            pop
         3: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.ReplyHandler.result:Lio/vertx/core/Promise;
            aload 1 /* failure */
            invokeinterface io.vertx.core.Promise.tryFail:(Ljava/lang/Throwable;)Z
            ifeq 7
         4: .line 64
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.ReplyHandler.eventBus:Lio/vertx/core/eventbus/impl/EventBusImpl;
            getfield io.vertx.core.eventbus.impl.EventBusImpl.metrics:Lio/vertx/core/spi/metrics/EventBusMetrics;
            ifnull 6
         5: .line 65
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.ReplyHandler.eventBus:Lio/vertx/core/eventbus/impl/EventBusImpl;
            getfield io.vertx.core.eventbus.impl.EventBusImpl.metrics:Lio/vertx/core/spi/metrics/EventBusMetrics;
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.ReplyHandler.repliedAddress:Ljava/lang/String;
            aload 1 /* failure */
            invokevirtual io.vertx.core.eventbus.ReplyException.failureType:()Lio/vertx/core/eventbus/ReplyFailure;
            invokeinterface io.vertx.core.spi.metrics.EventBusMetrics.replyFailure:(Ljava/lang/String;Lio/vertx/core/eventbus/ReplyFailure;)V
         6: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            aload 1 /* failure */
            invokevirtual io.vertx.core.eventbus.impl.ReplyHandler.trace:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         7: .line 69
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.eventbus.ReplyException failure
        end local 0 // io.vertx.core.eventbus.impl.ReplyHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/vertx/core/eventbus/impl/ReplyHandler<TT;>;
            0    8     1  failure  Lio/vertx/core/eventbus/ReplyException;
    MethodParameters:
         Name  Flags
      failure  

  protected boolean doReceive(io.vertx.core.eventbus.Message<T>);
    descriptor: (Lio/vertx/core/eventbus/Message;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.core.eventbus.impl.ReplyHandler this
        start local 1 // io.vertx.core.eventbus.Message reply
         0: .line 75
            aload 0 /* this */
            aconst_null
            aload 1 /* reply */
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.ReplyHandler.context:Lio/vertx/core/impl/ContextInternal;
            invokevirtual io.vertx.core.eventbus.impl.ReplyHandler.dispatch:(Lio/vertx/core/Handler;Lio/vertx/core/eventbus/Message;Lio/vertx/core/impl/ContextInternal;)V
         1: .line 76
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 2
         3: .line 77
            aload 0 /* this */
            invokevirtual io.vertx.core.eventbus.impl.ReplyHandler.unregister:()Lio/vertx/core/Future;
            pop
         4: .line 78
            aload 2
            athrow
         5: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.core.eventbus.impl.ReplyHandler.unregister:()Lio/vertx/core/Future;
            pop
         6: .line 79
            iconst_1
            ireturn
        end local 1 // io.vertx.core.eventbus.Message reply
        end local 0 // io.vertx.core.eventbus.impl.ReplyHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lio/vertx/core/eventbus/impl/ReplyHandler<TT;>;
            0    7     1  reply  Lio/vertx/core/eventbus/Message<TT;>;
      Exception table:
        from    to  target  type
           0     2       2  any
    Signature: (Lio/vertx/core/eventbus/Message<TT;>;)Z
    MethodParameters:
       Name  Flags
      reply  

  void register();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.ReplyHandler this
         0: .line 83
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.ReplyHandler.repliedAddress:Ljava/lang/String;
            iconst_1
            aconst_null
            invokevirtual io.vertx.core.eventbus.impl.ReplyHandler.register:(Ljava/lang/String;ZLio/vertx/core/Promise;)V
         1: .line 84
            return
        end local 0 // io.vertx.core.eventbus.impl.ReplyHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/eventbus/impl/ReplyHandler<TT;>;

  protected void dispatch(io.vertx.core.eventbus.Message<T>, io.vertx.core.impl.ContextInternal, io.vertx.core.Handler<io.vertx.core.eventbus.Message<T>>);
    descriptor: (Lio/vertx/core/eventbus/Message;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.core.eventbus.impl.ReplyHandler this
        start local 1 // io.vertx.core.eventbus.Message reply
        start local 2 // io.vertx.core.impl.ContextInternal context
        start local 3 // io.vertx.core.Handler handler
         0: .line 88
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.ReplyHandler.eventBus:Lio/vertx/core/eventbus/impl/EventBusImpl;
            getfield io.vertx.core.eventbus.impl.EventBusImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.ReplyHandler.timeoutID:J
            invokeinterface io.vertx.core.impl.VertxInternal.cancelTimer:(J)Z
            pop
         1: .line 89
            aload 1 /* reply */
            invokeinterface io.vertx.core.eventbus.Message.body:()Ljava/lang/Object;
            instanceof io.vertx.core.eventbus.ReplyException
            ifeq 4
         2: .line 91
            aload 0 /* this */
            aload 1 /* reply */
            invokeinterface io.vertx.core.eventbus.Message.body:()Ljava/lang/Object;
            checkcast io.vertx.core.eventbus.ReplyException
            invokevirtual io.vertx.core.eventbus.impl.ReplyHandler.fail:(Lio/vertx/core/eventbus/ReplyException;)V
         3: .line 92
            goto 6
         4: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* reply */
            aconst_null
            invokevirtual io.vertx.core.eventbus.impl.ReplyHandler.trace:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         5: .line 94
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.ReplyHandler.result:Lio/vertx/core/Promise;
            aload 1 /* reply */
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
         6: .line 96
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.vertx.core.impl.ContextInternal context
        end local 1 // io.vertx.core.eventbus.Message reply
        end local 0 // io.vertx.core.eventbus.impl.ReplyHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/core/eventbus/impl/ReplyHandler<TT;>;
            0    7     1    reply  Lio/vertx/core/eventbus/Message<TT;>;
            0    7     2  context  Lio/vertx/core/impl/ContextInternal;
            0    7     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/eventbus/Message<TT;>;>;
    Signature: (Lio/vertx/core/eventbus/Message<TT;>;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler<Lio/vertx/core/eventbus/Message<TT;>;>;)V
    MethodParameters:
         Name  Flags
      reply    
      context  
      handler  

  private void lambda$0(long, java.lang.String, java.lang.String, java.lang.Long);
    descriptor: (JLjava/lang/String;Ljava/lang/String;Ljava/lang/Long;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // io.vertx.core.eventbus.impl.ReplyHandler this
        start local 5 // java.lang.Long id
         0: .line 42
            aload 0 /* this */
            new io.vertx.core.eventbus.ReplyException
            dup
            getstatic io.vertx.core.eventbus.ReplyFailure.TIMEOUT:Lio/vertx/core/eventbus/ReplyFailure;
            new java.lang.StringBuilder
            dup
            ldc "Timed out after waiting "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 1
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc "(ms) for a reply. address: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", repliedAddress: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial io.vertx.core.eventbus.ReplyException.<init>:(Lio/vertx/core/eventbus/ReplyFailure;Ljava/lang/String;)V
            invokevirtual io.vertx.core.eventbus.impl.ReplyHandler.fail:(Lio/vertx/core/eventbus/ReplyException;)V
         1: .line 43
            return
        end local 5 // java.lang.Long id
        end local 0 // io.vertx.core.eventbus.impl.ReplyHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/eventbus/impl/ReplyHandler<TT;>;
            0    2     5    id  Ljava/lang/Long;

  private static void lambda$1(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 59
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
}
Signature: <T:Ljava/lang/Object;>Lio/vertx/core/eventbus/impl/HandlerRegistration<TT;>;
SourceFile: "ReplyHandler.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles