class io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl implements io.vertx.core.streams.ReadStream<io.vertx.core.json.JsonObject>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl
  super_class: java.lang.Object
{
  private io.vertx.core.Handler<io.vertx.core.json.JsonObject> handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/json/JsonObject;>;

  private io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;

  private io.vertx.core.Handler<java.lang.Void> endHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.core.json.JsonObject last;
    descriptor: Lio/vertx/core/json/JsonObject;
    flags: (0x0002) ACC_PRIVATE

  private long demand;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

  private void <init>(io.vertx.config.impl.ConfigRetrieverImpl);
    descriptor: (Lio/vertx/config/impl/ConfigRetrieverImpl;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
         0: .line 325
            aload 0 /* this */
            aload 1
            putfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.this$0:Lio/vertx/config/impl/ConfigRetrieverImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 332
            aload 0 /* this */
            ldc 9223372036854775807
            putfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.demand:J
         2: .line 325
            return
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/config/impl/ConfigRetrieverImpl$ConfigStreamImpl;
    MethodParameters:
        Name  Flags
      this$0  final

  public synchronized io.vertx.core.streams.ReadStream<io.vertx.core.json.JsonObject> exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 336
            aload 1 /* handler */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 337
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.exceptionHandler:Lio/vertx/core/Handler;
         2: .line 338
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/config/impl/ConfigRetrieverImpl$ConfigStreamImpl;
            0    3     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.streams.ReadStream<io.vertx.core.json.JsonObject> handler(io.vertx.core.Handler<io.vertx.core.json.JsonObject>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 343
            aload 1 /* handler */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 345
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         2: .line 346
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.handler:Lio/vertx/core/Handler;
         3: .line 347
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.this$0:Lio/vertx/config/impl/ConfigRetrieverImpl;
            invokevirtual io.vertx.config.impl.ConfigRetrieverImpl.getCachedConfig:()Lio/vertx/core/json/JsonObject;
            astore 2 /* conf */
        start local 2 // io.vertx.core.json.JsonObject conf
         4: .line 345
            aload 3
            monitorexit
         5: goto 8
        end local 2 // io.vertx.core.json.JsonObject conf
      StackMap locals: io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl io.vertx.core.Handler top io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl
      StackMap stack: java.lang.Throwable
         6: aload 3
            monitorexit
         7: athrow
        start local 2 // io.vertx.core.json.JsonObject conf
         8: .line 350
      StackMap locals: io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl io.vertx.core.Handler io.vertx.core.json.JsonObject
      StackMap stack:
            aload 2 /* conf */
            ifnull 10
            aload 2 /* conf */
            invokevirtual io.vertx.core.json.JsonObject.isEmpty:()Z
            ifne 10
         9: .line 351
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.this$0:Lio/vertx/config/impl/ConfigRetrieverImpl;
            getfield io.vertx.config.impl.ConfigRetrieverImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            aload 2 /* conf */
            invokedynamic handle(Lio/vertx/config/impl/ConfigRetrieverImpl$ConfigStreamImpl;Lio/vertx/core/json/JsonObject;)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/config/impl/ConfigRetrieverImpl$ConfigStreamImpl.lambda$0(Lio/vertx/core/json/JsonObject;Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Vertx.runOnContext:(Lio/vertx/core/Handler;)V
        10: .line 354
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.json.JsonObject conf
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lio/vertx/config/impl/ConfigRetrieverImpl$ConfigStreamImpl;
            0   11     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/json/JsonObject;>;
            4    6     2     conf  Lio/vertx/core/json/JsonObject;
            8   11     2     conf  Lio/vertx/core/json/JsonObject;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/json/JsonObject;>;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
         Name  Flags
      handler  

  public synchronized io.vertx.core.streams.ReadStream<io.vertx.core.json.JsonObject> pause();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
         0: .line 359
            aload 0 /* this */
            lconst_0
            putfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.demand:J
         1: .line 360
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/config/impl/ConfigRetrieverImpl$ConfigStreamImpl;
    Signature: ()Lio/vertx/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;

  public synchronized io.vertx.core.streams.ReadStream<io.vertx.core.json.JsonObject> resume();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
         0: .line 365
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.demand:J
            lconst_0
            lcmp
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* check */
        start local 1 // boolean check
         3: .line 366
            aload 0 /* this */
            ldc 9223372036854775807
            putfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.demand:J
         4: .line 367
            iload 1 /* check */
            ifeq 6
         5: .line 368
            aload 0 /* this */
            invokevirtual io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.checkPending:()V
         6: .line 370
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // boolean check
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lio/vertx/config/impl/ConfigRetrieverImpl$ConfigStreamImpl;
            3    7     1  check  Z
    Signature: ()Lio/vertx/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;

  public synchronized io.vertx.core.streams.ReadStream<io.vertx.core.json.JsonObject> fetch(long);
    descriptor: (J)Lio/vertx/core/streams/ReadStream;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
        start local 1 // long amount
         0: .line 375
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.demand:J
            lconst_0
            lcmp
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* check */
        start local 3 // boolean check
         3: .line 376
            aload 0 /* this */
            dup
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.demand:J
            lload 1 /* amount */
            ladd
            putfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.demand:J
         4: .line 377
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.demand:J
            lconst_0
            lcmp
            ifge 6
         5: .line 378
            aload 0 /* this */
            ldc 9223372036854775807
            putfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.demand:J
         6: .line 380
      StackMap locals: int
      StackMap stack:
            iload 3 /* check */
            ifeq 8
         7: .line 381
            aload 0 /* this */
            invokevirtual io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.checkPending:()V
         8: .line 383
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // boolean check
        end local 1 // long amount
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lio/vertx/config/impl/ConfigRetrieverImpl$ConfigStreamImpl;
            0    9     1  amount  J
            3    9     3   check  Z
    Signature: (J)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
        Name  Flags
      amount  

  private void checkPending();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
         0: .line 387
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.handler:Lio/vertx/core/Handler;
            astore 1 /* succ */
        start local 1 // io.vertx.core.Handler succ
         1: .line 388
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.last:Lio/vertx/core/json/JsonObject;
            astore 2 /* conf */
        start local 2 // io.vertx.core.json.JsonObject conf
         2: .line 389
            aload 0 /* this */
            aconst_null
            putfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.last:Lio/vertx/core/json/JsonObject;
         3: .line 390
            aload 2 /* conf */
            ifnull 8
         4: .line 391
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.demand:J
            ldc 9223372036854775807
            lcmp
            ifeq 6
         5: .line 392
            aload 0 /* this */
            dup
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.demand:J
            lconst_1
            lsub
            putfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.demand:J
         6: .line 394
      StackMap locals: io.vertx.core.Handler io.vertx.core.json.JsonObject
      StackMap stack:
            aload 1 /* succ */
            ifnull 8
         7: .line 395
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.this$0:Lio/vertx/config/impl/ConfigRetrieverImpl;
            getfield io.vertx.config.impl.ConfigRetrieverImpl.vertx:Lio/vertx/core/Vertx;
            aload 1 /* succ */
            aload 2 /* conf */
            invokedynamic handle(Lio/vertx/core/Handler;Lio/vertx/core/json/JsonObject;)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/config/impl/ConfigRetrieverImpl$ConfigStreamImpl.lambda$1(Lio/vertx/core/Handler;Lio/vertx/core/json/JsonObject;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Vertx.runOnContext:(Lio/vertx/core/Handler;)V
         8: .line 398
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.json.JsonObject conf
        end local 1 // io.vertx.core.Handler succ
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lio/vertx/config/impl/ConfigRetrieverImpl$ConfigStreamImpl;
            1    9     1  succ  Lio/vertx/core/Handler<Lio/vertx/core/json/JsonObject;>;
            2    9     2  conf  Lio/vertx/core/json/JsonObject;

  public synchronized io.vertx.core.streams.ReadStream<io.vertx.core.json.JsonObject> endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
        start local 1 // io.vertx.core.Handler endHandler
         0: .line 402
            aload 1 /* endHandler */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 403
            aload 0 /* this */
            aload 1 /* endHandler */
            putfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.endHandler:Lio/vertx/core/Handler;
         2: .line 404
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler endHandler
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/config/impl/ConfigRetrieverImpl$ConfigStreamImpl;
            0    3     1  endHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
            Name  Flags
      endHandler  

  synchronized void handle(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
        start local 1 // io.vertx.core.json.JsonObject conf
         0: .line 408
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.handler:Lio/vertx/core/Handler;
            astore 2 /* succ */
        start local 2 // io.vertx.core.Handler succ
         1: .line 409
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.demand:J
            lconst_0
            lcmp
            ifne 2
            iconst_1
            goto 3
      StackMap locals: io.vertx.core.Handler
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 3 /* isPaused */
        start local 3 // boolean isPaused
         4: .line 410
            iload 3 /* isPaused */
            ifeq 7
         5: .line 411
            aload 0 /* this */
            aload 1 /* conf */
            putfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.last:Lio/vertx/core/json/JsonObject;
         6: .line 412
            goto 9
      StackMap locals: int
      StackMap stack:
         7: aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.demand:J
            ldc 9223372036854775807
            lcmp
            ifge 9
         8: .line 413
            aload 0 /* this */
            dup
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.demand:J
            lconst_1
            lsub
            putfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.demand:J
         9: .line 416
      StackMap locals:
      StackMap stack:
            iload 3 /* isPaused */
            ifne 11
            aload 2 /* succ */
            ifnull 11
        10: .line 417
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.this$0:Lio/vertx/config/impl/ConfigRetrieverImpl;
            getfield io.vertx.config.impl.ConfigRetrieverImpl.vertx:Lio/vertx/core/Vertx;
            aload 2 /* succ */
            aload 1 /* conf */
            invokedynamic handle(Lio/vertx/core/Handler;Lio/vertx/core/json/JsonObject;)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/config/impl/ConfigRetrieverImpl$ConfigStreamImpl.lambda$2(Lio/vertx/core/Handler;Lio/vertx/core/json/JsonObject;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Vertx.runOnContext:(Lio/vertx/core/Handler;)V
        11: .line 420
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean isPaused
        end local 2 // io.vertx.core.Handler succ
        end local 1 // io.vertx.core.json.JsonObject conf
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lio/vertx/config/impl/ConfigRetrieverImpl$ConfigStreamImpl;
            0   12     1      conf  Lio/vertx/core/json/JsonObject;
            1   12     2      succ  Lio/vertx/core/Handler<Lio/vertx/core/json/JsonObject;>;
            4   12     3  isPaused  Z
    MethodParameters:
      Name  Flags
      conf  

  void fail(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
        start local 1 // java.lang.Throwable cause
         0: .line 424
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 425
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.exceptionHandler:Lio/vertx/core/Handler;
            astore 2 /* err */
        start local 2 // io.vertx.core.Handler err
         2: .line 424
            aload 3
            monitorexit
         3: goto 6
        end local 2 // io.vertx.core.Handler err
      StackMap locals: io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl java.lang.Throwable top io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl
      StackMap stack: java.lang.Throwable
         4: aload 3
            monitorexit
         5: athrow
        start local 2 // io.vertx.core.Handler err
         6: .line 428
      StackMap locals: io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl java.lang.Throwable io.vertx.core.Handler
      StackMap stack:
            aload 2 /* err */
            ifnull 8
         7: .line 429
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.this$0:Lio/vertx/config/impl/ConfigRetrieverImpl;
            getfield io.vertx.config.impl.ConfigRetrieverImpl.vertx:Lio/vertx/core/Vertx;
            aload 2 /* err */
            aload 1 /* cause */
            invokedynamic handle(Lio/vertx/core/Handler;Ljava/lang/Throwable;)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/config/impl/ConfigRetrieverImpl$ConfigStreamImpl.lambda$3(Lio/vertx/core/Handler;Ljava/lang/Throwable;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Vertx.runOnContext:(Lio/vertx/core/Handler;)V
         8: .line 432
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.Handler err
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lio/vertx/config/impl/ConfigRetrieverImpl$ConfigStreamImpl;
            0    9     1  cause  Ljava/lang/Throwable;
            2    4     2    err  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
            6    9     2    err  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
       Name  Flags
      cause  

  void close();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
         0: .line 436
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 437
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.endHandler:Lio/vertx/core/Handler;
            astore 1 /* handler */
        start local 1 // io.vertx.core.Handler handler
         2: .line 436
            aload 2
            monitorexit
         3: goto 6
        end local 1 // io.vertx.core.Handler handler
      StackMap locals: io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl top io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
        start local 1 // io.vertx.core.Handler handler
         6: .line 439
      StackMap locals: io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl io.vertx.core.Handler
      StackMap stack:
            aload 1 /* handler */
            ifnull 8
         7: .line 440
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.this$0:Lio/vertx/config/impl/ConfigRetrieverImpl;
            getfield io.vertx.config.impl.ConfigRetrieverImpl.vertx:Lio/vertx/core/Vertx;
            aload 1 /* handler */
            invokedynamic handle(Lio/vertx/core/Handler;)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/config/impl/ConfigRetrieverImpl$ConfigStreamImpl.lambda$4(Lio/vertx/core/Handler;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Vertx.runOnContext:(Lio/vertx/core/Handler;)V
         8: .line 442
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lio/vertx/config/impl/ConfigRetrieverImpl$ConfigStreamImpl;
            2    4     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
            6    9     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void lambda$0(io.vertx.core.json.JsonObject, java.lang.Void);
    descriptor: (Lio/vertx/core/json/JsonObject;Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
        start local 2 // java.lang.Void v
         0: .line 351
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.handler:Lio/vertx/core/Handler;
            aload 1
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 2 // java.lang.Void v
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/config/impl/ConfigRetrieverImpl$ConfigStreamImpl;
            0    1     2     v  Ljava/lang/Void;

  private static void lambda$1(io.vertx.core.Handler, io.vertx.core.json.JsonObject, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/json/JsonObject;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // java.lang.Void v
         0: .line 395
            aload 0
            aload 1
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 2 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2     v  Ljava/lang/Void;

  private static void lambda$2(io.vertx.core.Handler, io.vertx.core.json.JsonObject, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/json/JsonObject;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // java.lang.Void v
         0: .line 417
            aload 0
            aload 1
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 2 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2     v  Ljava/lang/Void;

  private static void lambda$3(io.vertx.core.Handler, java.lang.Throwable, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/Throwable;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // java.lang.Void v
         0: .line 429
            aload 0
            aload 1
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 2 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2     v  Ljava/lang/Void;

  private static void lambda$4(io.vertx.core.Handler, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // java.lang.Void v
         0: .line 440
            aload 0
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 1 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     v  Ljava/lang/Void;
}
Signature: Ljava/lang/Object;Lio/vertx/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
SourceFile: "ConfigRetrieverImpl.java"
NestHost: io.vertx.config.impl.ConfigRetrieverImpl
InnerClasses:
  private ConfigStreamImpl = io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl of io.vertx.config.impl.ConfigRetrieverImpl
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles