public class examples.CircuitBreakerExamples
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: examples.CircuitBreakerExamples
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // examples.CircuitBreakerExamples this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // examples.CircuitBreakerExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/CircuitBreakerExamples;

  public void example1(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // examples.CircuitBreakerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 36
            ldc "my-circuit-breaker"
            aload 1 /* vertx */
         1: .line 37
            new io.vertx.circuitbreaker.CircuitBreakerOptions
            dup
            invokespecial io.vertx.circuitbreaker.CircuitBreakerOptions.<init>:()V
         2: .line 38
            iconst_5
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setMaxFailures:(I)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
         3: .line 39
            ldc 2000
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setTimeout:(J)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
         4: .line 40
            iconst_1
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setFallbackOnFailure:(Z)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
         5: .line 41
            ldc 10000
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setResetTimeout:(J)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
         6: .line 36
            invokestatic io.vertx.circuitbreaker.CircuitBreaker.create:(Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/circuitbreaker/CircuitBreakerOptions;)Lio/vertx/circuitbreaker/CircuitBreaker;
            astore 2 /* breaker */
        start local 2 // io.vertx.circuitbreaker.CircuitBreaker breaker
         7: .line 48
            aload 2 /* breaker */
            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
                  examples/CircuitBreakerExamples.lambda$0(Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
            invokeinterface io.vertx.circuitbreaker.CircuitBreaker.execute:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
         8: .line 53
            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
                  examples/CircuitBreakerExamples.lambda$1(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         9: .line 56
            return
        end local 2 // io.vertx.circuitbreaker.CircuitBreaker breaker
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CircuitBreakerExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lexamples/CircuitBreakerExamples;
            0   10     1    vertx  Lio/vertx/core/Vertx;
            7   10     2  breaker  Lio/vertx/circuitbreaker/CircuitBreaker;
    MethodParameters:
       Name  Flags
      vertx  

  public void example2(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // examples.CircuitBreakerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 59
            ldc "my-circuit-breaker"
            aload 1 /* vertx */
         1: .line 60
            new io.vertx.circuitbreaker.CircuitBreakerOptions
            dup
            invokespecial io.vertx.circuitbreaker.CircuitBreakerOptions.<init>:()V
            iconst_5
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setMaxFailures:(I)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
            ldc 2000
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setTimeout:(J)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
         2: .line 59
            invokestatic io.vertx.circuitbreaker.CircuitBreaker.create:(Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/circuitbreaker/CircuitBreakerOptions;)Lio/vertx/circuitbreaker/CircuitBreaker;
            astore 2 /* breaker */
        start local 2 // io.vertx.circuitbreaker.CircuitBreaker breaker
         3: .line 67
            aload 2 /* breaker */
            aload 1 /* vertx */
            invokedynamic handle(Lio/vertx/core/Vertx;)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
                  examples/CircuitBreakerExamples.lambda$2(Lio/vertx/core/Vertx;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
            invokeinterface io.vertx.circuitbreaker.CircuitBreaker.execute:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
         4: .line 78
            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
                  examples/CircuitBreakerExamples.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         5: .line 81
            return
        end local 2 // io.vertx.circuitbreaker.CircuitBreaker breaker
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CircuitBreakerExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lexamples/CircuitBreakerExamples;
            0    6     1    vertx  Lio/vertx/core/Vertx;
            3    6     2  breaker  Lio/vertx/circuitbreaker/CircuitBreaker;
    MethodParameters:
       Name  Flags
      vertx  

  public void example3(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // examples.CircuitBreakerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 84
            ldc "my-circuit-breaker"
            aload 1 /* vertx */
         1: .line 85
            new io.vertx.circuitbreaker.CircuitBreakerOptions
            dup
            invokespecial io.vertx.circuitbreaker.CircuitBreakerOptions.<init>:()V
            iconst_5
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setMaxFailures:(I)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
            ldc 2000
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setTimeout:(J)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
         2: .line 84
            invokestatic io.vertx.circuitbreaker.CircuitBreaker.create:(Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/circuitbreaker/CircuitBreakerOptions;)Lio/vertx/circuitbreaker/CircuitBreaker;
            astore 2 /* breaker */
        start local 2 // io.vertx.circuitbreaker.CircuitBreaker breaker
         3: .line 92
            aload 2 /* breaker */
         4: .line 93
            aload 1 /* vertx */
            invokedynamic handle(Lio/vertx/core/Vertx;)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
                  examples/CircuitBreakerExamples.lambda$7(Lio/vertx/core/Vertx;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
         5: .line 104
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  examples/CircuitBreakerExamples.lambda$8(Ljava/lang/Throwable;)Ljava/lang/String; (6)
                  (Ljava/lang/Throwable;)Ljava/lang/String;
         6: .line 92
            invokeinterface io.vertx.circuitbreaker.CircuitBreaker.executeWithFallback:(Lio/vertx/core/Handler;Ljava/util/function/Function;)Lio/vertx/core/Future;
         7: .line 108
            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
                  examples/CircuitBreakerExamples.lambda$12(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         8: .line 111
            return
        end local 2 // io.vertx.circuitbreaker.CircuitBreaker breaker
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CircuitBreakerExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lexamples/CircuitBreakerExamples;
            0    9     1    vertx  Lio/vertx/core/Vertx;
            3    9     2  breaker  Lio/vertx/circuitbreaker/CircuitBreaker;
    MethodParameters:
       Name  Flags
      vertx  

  public void example4(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // examples.CircuitBreakerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 114
            ldc "my-circuit-breaker"
            aload 1 /* vertx */
         1: .line 115
            new io.vertx.circuitbreaker.CircuitBreakerOptions
            dup
            invokespecial io.vertx.circuitbreaker.CircuitBreakerOptions.<init>:()V
            iconst_5
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setMaxFailures:(I)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
            ldc 2000
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setTimeout:(J)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
         2: .line 114
            invokestatic io.vertx.circuitbreaker.CircuitBreaker.create:(Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/circuitbreaker/CircuitBreakerOptions;)Lio/vertx/circuitbreaker/CircuitBreaker;
         3: .line 116
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  examples/CircuitBreakerExamples.lambda$13(Ljava/lang/Throwable;)Ljava/lang/String; (6)
                  (Ljava/lang/Throwable;)Ljava/lang/String;
            invokeinterface io.vertx.circuitbreaker.CircuitBreaker.fallback:(Ljava/util/function/Function;)Lio/vertx/circuitbreaker/CircuitBreaker;
         4: .line 114
            astore 2 /* breaker */
        start local 2 // io.vertx.circuitbreaker.CircuitBreaker breaker
         5: .line 121
            aload 2 /* breaker */
         6: .line 122
            aload 1 /* vertx */
            invokedynamic handle(Lio/vertx/core/Vertx;)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
                  examples/CircuitBreakerExamples.lambda$14(Lio/vertx/core/Vertx;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
         7: .line 121
            invokeinterface io.vertx.circuitbreaker.CircuitBreaker.execute:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         8: .line 134
            return
        end local 2 // io.vertx.circuitbreaker.CircuitBreaker breaker
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CircuitBreakerExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lexamples/CircuitBreakerExamples;
            0    9     1    vertx  Lio/vertx/core/Vertx;
            5    9     2  breaker  Lio/vertx/circuitbreaker/CircuitBreaker;
    MethodParameters:
       Name  Flags
      vertx  

  public void example5(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // examples.CircuitBreakerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 137
            ldc "my-circuit-breaker"
            aload 1 /* vertx */
         1: .line 138
            new io.vertx.circuitbreaker.CircuitBreakerOptions
            dup
            invokespecial io.vertx.circuitbreaker.CircuitBreakerOptions.<init>:()V
            iconst_5
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setMaxFailures:(I)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
            ldc 2000
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setTimeout:(J)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
         2: .line 137
            invokestatic io.vertx.circuitbreaker.CircuitBreaker.create:(Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/circuitbreaker/CircuitBreakerOptions;)Lio/vertx/circuitbreaker/CircuitBreaker;
         3: .line 139
            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
                  examples/CircuitBreakerExamples.lambda$18(Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.circuitbreaker.CircuitBreaker.openHandler:(Lio/vertx/core/Handler;)Lio/vertx/circuitbreaker/CircuitBreaker;
         4: .line 141
            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
                  examples/CircuitBreakerExamples.lambda$19(Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.circuitbreaker.CircuitBreaker.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/circuitbreaker/CircuitBreaker;
         5: .line 137
            astore 2 /* breaker */
        start local 2 // io.vertx.circuitbreaker.CircuitBreaker breaker
         6: .line 145
            aload 2 /* breaker */
         7: .line 146
            aload 1 /* vertx */
            invokedynamic handle(Lio/vertx/core/Vertx;)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
                  examples/CircuitBreakerExamples.lambda$20(Lio/vertx/core/Vertx;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
         8: .line 145
            invokeinterface io.vertx.circuitbreaker.CircuitBreaker.execute:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         9: .line 158
            return
        end local 2 // io.vertx.circuitbreaker.CircuitBreaker breaker
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CircuitBreakerExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lexamples/CircuitBreakerExamples;
            0   10     1    vertx  Lio/vertx/core/Vertx;
            6   10     2  breaker  Lio/vertx/circuitbreaker/CircuitBreaker;
    MethodParameters:
       Name  Flags
      vertx  

  public void example6(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // examples.CircuitBreakerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 161
            ldc "my-circuit-breaker"
            aload 1 /* vertx */
         1: .line 162
            new io.vertx.circuitbreaker.CircuitBreakerOptions
            dup
            invokespecial io.vertx.circuitbreaker.CircuitBreakerOptions.<init>:()V
            iconst_5
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setMaxFailures:(I)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
            ldc 2000
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setTimeout:(J)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
         2: .line 161
            invokestatic io.vertx.circuitbreaker.CircuitBreaker.create:(Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/circuitbreaker/CircuitBreakerOptions;)Lio/vertx/circuitbreaker/CircuitBreaker;
            astore 2 /* breaker */
        start local 2 // io.vertx.circuitbreaker.CircuitBreaker breaker
         3: .line 165
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 3 /* userPromise */
        start local 3 // io.vertx.core.Promise userPromise
         4: .line 166
            aload 3 /* userPromise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            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
                  examples/CircuitBreakerExamples.lambda$24(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         5: .line 170
            aload 2 /* breaker */
         6: .line 171
            aload 3 /* userPromise */
         7: .line 172
            aload 1 /* vertx */
            invokedynamic handle(Lio/vertx/core/Vertx;)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
                  examples/CircuitBreakerExamples.lambda$25(Lio/vertx/core/Vertx;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
         8: .line 183
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  examples/CircuitBreakerExamples.lambda$26(Ljava/lang/Throwable;)Ljava/lang/String; (6)
                  (Ljava/lang/Throwable;)Ljava/lang/String;
         9: .line 170
            invokeinterface io.vertx.circuitbreaker.CircuitBreaker.executeAndReportWithFallback:(Lio/vertx/core/Promise;Lio/vertx/core/Handler;Ljava/util/function/Function;)Lio/vertx/circuitbreaker/CircuitBreaker;
            pop
        10: .line 187
            return
        end local 3 // io.vertx.core.Promise userPromise
        end local 2 // io.vertx.circuitbreaker.CircuitBreaker breaker
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CircuitBreakerExamples this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lexamples/CircuitBreakerExamples;
            0   11     1        vertx  Lio/vertx/core/Vertx;
            3   11     2      breaker  Lio/vertx/circuitbreaker/CircuitBreaker;
            4   11     3  userPromise  Lio/vertx/core/Promise<Ljava/lang/String;>;
    MethodParameters:
       Name  Flags
      vertx  

  public void example7(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // examples.CircuitBreakerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 191
            ldc "my-circuit-breaker"
            aload 1 /* vertx */
            invokestatic io.vertx.circuitbreaker.CircuitBreaker.create:(Ljava/lang/String;Lio/vertx/core/Vertx;)Lio/vertx/circuitbreaker/CircuitBreaker;
            pop
         1: .line 192
            ldc "my-second-circuit-breaker"
            aload 1 /* vertx */
            invokestatic io.vertx.circuitbreaker.CircuitBreaker.create:(Ljava/lang/String;Lio/vertx/core/Vertx;)Lio/vertx/circuitbreaker/CircuitBreaker;
            pop
         2: .line 195
            aload 1 /* vertx */
            invokestatic io.vertx.ext.web.Router.router:(Lio/vertx/core/Vertx;)Lio/vertx/ext/web/Router;
            astore 2 /* router */
        start local 2 // io.vertx.ext.web.Router router
         3: .line 197
            aload 2 /* router */
            ldc "/hystrix-metrics"
            invokeinterface io.vertx.ext.web.Router.get:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            aload 1 /* vertx */
            invokestatic io.vertx.circuitbreaker.HystrixMetricHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/circuitbreaker/HystrixMetricHandler;
            invokeinterface io.vertx.ext.web.Route.handler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/Route;
            pop
         4: .line 200
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.createHttpServer:()Lio/vertx/core/http/HttpServer;
         5: .line 201
            aload 2 /* router */
            invokeinterface io.vertx.core.http.HttpServer.requestHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServer;
         6: .line 202
            sipush 8080
            invokeinterface io.vertx.core.http.HttpServer.listen:(I)Lio/vertx/core/Future;
            pop
         7: .line 204
            return
        end local 2 // io.vertx.ext.web.Router router
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CircuitBreakerExamples this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lexamples/CircuitBreakerExamples;
            0    8     1   vertx  Lio/vertx/core/Vertx;
            3    8     2  router  Lio/vertx/ext/web/Router;
    MethodParameters:
       Name  Flags
      vertx  

  public void example8(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // examples.CircuitBreakerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 207
            ldc "my-circuit-breaker"
            aload 1 /* vertx */
         1: .line 208
            new io.vertx.circuitbreaker.CircuitBreakerOptions
            dup
            invokespecial io.vertx.circuitbreaker.CircuitBreakerOptions.<init>:()V
            iconst_5
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setMaxFailures:(I)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
            iconst_5
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setMaxRetries:(I)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
            ldc 2000
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setTimeout:(J)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
         2: .line 207
            invokestatic io.vertx.circuitbreaker.CircuitBreaker.create:(Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/circuitbreaker/CircuitBreakerOptions;)Lio/vertx/circuitbreaker/CircuitBreaker;
         3: .line 209
            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
                  examples/CircuitBreakerExamples.lambda$30(Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.circuitbreaker.CircuitBreaker.openHandler:(Lio/vertx/core/Handler;)Lio/vertx/circuitbreaker/CircuitBreaker;
         4: .line 211
            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
                  examples/CircuitBreakerExamples.lambda$31(Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.circuitbreaker.CircuitBreaker.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/circuitbreaker/CircuitBreaker;
         5: .line 213
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  examples/CircuitBreakerExamples.lambda$32(Ljava/lang/Integer;)Ljava/lang/Long; (6)
                  (Ljava/lang/Integer;)Ljava/lang/Long;
            invokeinterface io.vertx.circuitbreaker.CircuitBreaker.retryPolicy:(Ljava/util/function/Function;)Lio/vertx/circuitbreaker/CircuitBreaker;
         6: .line 207
            astore 2 /* breaker */
        start local 2 // io.vertx.circuitbreaker.CircuitBreaker breaker
         7: .line 215
            aload 2 /* breaker */
         8: .line 216
            aload 1 /* vertx */
            invokedynamic handle(Lio/vertx/core/Vertx;)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
                  examples/CircuitBreakerExamples.lambda$33(Lio/vertx/core/Vertx;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
         9: .line 215
            invokeinterface io.vertx.circuitbreaker.CircuitBreaker.execute:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
        10: .line 228
            return
        end local 2 // io.vertx.circuitbreaker.CircuitBreaker breaker
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CircuitBreakerExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lexamples/CircuitBreakerExamples;
            0   11     1    vertx  Lio/vertx/core/Vertx;
            7   11     2  breaker  Lio/vertx/circuitbreaker/CircuitBreaker;
    MethodParameters:
       Name  Flags
      vertx  

  private static void lambda$0(io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.Promise promise
         0: .line 53
            return
        end local 0 // io.vertx.core.Promise promise
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  promise  Lio/vertx/core/Promise<Ljava/lang/Object;>;

  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 55
            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/Object;>;

  private static void lambda$2(io.vertx.core.Vertx, io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=2, args_size=2
        start local 1 // io.vertx.core.Promise promise
         0: .line 68
            aload 0
            invokeinterface io.vertx.core.Vertx.createHttpClient:()Lio/vertx/core/http/HttpClient;
            getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
            sipush 8080
            ldc "localhost"
            ldc "/"
            invokeinterface io.vertx.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future;
         1: .line 69
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  examples/CircuitBreakerExamples.lambda$3(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future; (6)
                  (Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         2: .line 77
            aload 1 /* promise */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         3: .line 78
            return
        end local 1 // io.vertx.core.Promise promise
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     1  promise  Lio/vertx/core/Promise<Ljava/lang/String;>;

  private static void lambda$6(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 80
            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/String;>;

  private static void lambda$7(io.vertx.core.Vertx, io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=2, args_size=2
        start local 1 // io.vertx.core.Promise promise
         0: .line 94
            aload 0
            invokeinterface io.vertx.core.Vertx.createHttpClient:()Lio/vertx/core/http/HttpClient;
            getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
            sipush 8080
            ldc "localhost"
            ldc "/"
            invokeinterface io.vertx.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future;
         1: .line 95
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  examples/CircuitBreakerExamples.lambda$9(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future; (6)
                  (Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         2: .line 103
            aload 1 /* promise */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         3: .line 104
            return
        end local 1 // io.vertx.core.Promise promise
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     1  promise  Lio/vertx/core/Promise<Ljava/lang/String;>;

  private static java.lang.String lambda$8(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/String;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Throwable v
         0: .line 106
            ldc "Hello"
            areturn
        end local 0 // java.lang.Throwable v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     v  Ljava/lang/Throwable;

  private static void lambda$12(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 110
            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/String;>;

  private static java.lang.String lambda$13(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/String;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Throwable v
         0: .line 118
            ldc "hello"
            areturn
        end local 0 // java.lang.Throwable v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     v  Ljava/lang/Throwable;

  private static void lambda$14(io.vertx.core.Vertx, io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=2, args_size=2
        start local 1 // io.vertx.core.Promise promise
         0: .line 123
            aload 0
            invokeinterface io.vertx.core.Vertx.createHttpClient:()Lio/vertx/core/http/HttpClient;
            getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
            sipush 8080
            ldc "localhost"
            ldc "/"
            invokeinterface io.vertx.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future;
         1: .line 124
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  examples/CircuitBreakerExamples.lambda$15(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future; (6)
                  (Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         2: .line 132
            aload 1 /* promise */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         3: .line 133
            return
        end local 1 // io.vertx.core.Promise promise
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     1  promise  Lio/vertx/core/Promise<Ljava/lang/String;>;

  private static void lambda$18(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Void v
         0: .line 140
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Circuit opened"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 141
            return
        end local 0 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     v  Ljava/lang/Void;

  private static void lambda$19(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Void v
         0: .line 142
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Circuit closed"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 143
            return
        end local 0 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     v  Ljava/lang/Void;

  private static void lambda$20(io.vertx.core.Vertx, io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=2, args_size=2
        start local 1 // io.vertx.core.Promise promise
         0: .line 147
            aload 0
            invokeinterface io.vertx.core.Vertx.createHttpClient:()Lio/vertx/core/http/HttpClient;
            getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
            sipush 8080
            ldc "localhost"
            ldc "/"
            invokeinterface io.vertx.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future;
         1: .line 148
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  examples/CircuitBreakerExamples.lambda$21(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future; (6)
                  (Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         2: .line 156
            aload 1 /* promise */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         3: .line 157
            return
        end local 1 // io.vertx.core.Promise promise
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     1  promise  Lio/vertx/core/Promise<Ljava/lang/String;>;

  private static void lambda$24(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 168
            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/String;>;

  private static void lambda$25(io.vertx.core.Vertx, io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=2, args_size=2
        start local 1 // io.vertx.core.Promise promise
         0: .line 173
            aload 0
            invokeinterface io.vertx.core.Vertx.createHttpClient:()Lio/vertx/core/http/HttpClient;
            getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
            sipush 8080
            ldc "localhost"
            ldc "/"
            invokeinterface io.vertx.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future;
         1: .line 174
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  examples/CircuitBreakerExamples.lambda$27(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future; (6)
                  (Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         2: .line 182
            aload 1 /* promise */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         3: .line 183
            return
        end local 1 // io.vertx.core.Promise promise
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     1  promise  Lio/vertx/core/Promise<Ljava/lang/String;>;

  private static java.lang.String lambda$26(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/String;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Throwable v
         0: .line 185
            ldc "Hello"
            areturn
        end local 0 // java.lang.Throwable v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     v  Ljava/lang/Throwable;

  private static void lambda$30(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Void v
         0: .line 210
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Circuit opened"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 211
            return
        end local 0 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     v  Ljava/lang/Void;

  private static void lambda$31(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Void v
         0: .line 212
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Circuit closed"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 213
            return
        end local 0 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     v  Ljava/lang/Void;

  private static java.lang.Long lambda$32(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Ljava/lang/Long;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.Integer retryCount
         0: .line 213
            aload 0 /* retryCount */
            invokevirtual java.lang.Integer.intValue:()I
            i2l
            ldc 100
            lmul
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        end local 0 // java.lang.Integer retryCount
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  retryCount  Ljava/lang/Integer;

  private static void lambda$33(io.vertx.core.Vertx, io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=2, args_size=2
        start local 1 // io.vertx.core.Promise promise
         0: .line 217
            aload 0
            invokeinterface io.vertx.core.Vertx.createHttpClient:()Lio/vertx/core/http/HttpClient;
            getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
            sipush 8080
            ldc "localhost"
            ldc "/"
            invokeinterface io.vertx.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future;
         1: .line 218
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  examples/CircuitBreakerExamples.lambda$34(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future; (6)
                  (Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         2: .line 226
            aload 1 /* promise */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         3: .line 227
            return
        end local 1 // io.vertx.core.Promise promise
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     1  promise  Lio/vertx/core/Promise<Ljava/lang/String;>;

  private static io.vertx.core.Future lambda$3(io.vertx.core.http.HttpClientRequest);
    descriptor: (Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientRequest req
         0: .line 69
            aload 0 /* req */
         1: .line 70
            invokeinterface io.vertx.core.http.HttpClientRequest.send:()Lio/vertx/core/Future;
         2: .line 71
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  examples/CircuitBreakerExamples.lambda$4(Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future; (6)
                  (Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         3: .line 77
            areturn
        end local 0 // io.vertx.core.http.HttpClientRequest req
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0   req  Lio/vertx/core/http/HttpClientRequest;

  private static io.vertx.core.Future lambda$9(io.vertx.core.http.HttpClientRequest);
    descriptor: (Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientRequest req
         0: .line 95
            aload 0 /* req */
         1: .line 96
            invokeinterface io.vertx.core.http.HttpClientRequest.send:()Lio/vertx/core/Future;
         2: .line 97
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  examples/CircuitBreakerExamples.lambda$10(Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future; (6)
                  (Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         3: .line 103
            areturn
        end local 0 // io.vertx.core.http.HttpClientRequest req
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0   req  Lio/vertx/core/http/HttpClientRequest;

  private static io.vertx.core.Future lambda$15(io.vertx.core.http.HttpClientRequest);
    descriptor: (Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientRequest req
         0: .line 124
            aload 0 /* req */
         1: .line 125
            invokeinterface io.vertx.core.http.HttpClientRequest.send:()Lio/vertx/core/Future;
         2: .line 126
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  examples/CircuitBreakerExamples.lambda$16(Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future; (6)
                  (Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         3: .line 132
            areturn
        end local 0 // io.vertx.core.http.HttpClientRequest req
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0   req  Lio/vertx/core/http/HttpClientRequest;

  private static io.vertx.core.Future lambda$21(io.vertx.core.http.HttpClientRequest);
    descriptor: (Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientRequest req
         0: .line 148
            aload 0 /* req */
         1: .line 149
            invokeinterface io.vertx.core.http.HttpClientRequest.send:()Lio/vertx/core/Future;
         2: .line 150
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  examples/CircuitBreakerExamples.lambda$22(Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future; (6)
                  (Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         3: .line 156
            areturn
        end local 0 // io.vertx.core.http.HttpClientRequest req
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0   req  Lio/vertx/core/http/HttpClientRequest;

  private static io.vertx.core.Future lambda$27(io.vertx.core.http.HttpClientRequest);
    descriptor: (Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientRequest req
         0: .line 174
            aload 0 /* req */
         1: .line 175
            invokeinterface io.vertx.core.http.HttpClientRequest.send:()Lio/vertx/core/Future;
         2: .line 176
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  examples/CircuitBreakerExamples.lambda$28(Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future; (6)
                  (Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         3: .line 182
            areturn
        end local 0 // io.vertx.core.http.HttpClientRequest req
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0   req  Lio/vertx/core/http/HttpClientRequest;

  private static io.vertx.core.Future lambda$34(io.vertx.core.http.HttpClientRequest);
    descriptor: (Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientRequest req
         0: .line 218
            aload 0 /* req */
         1: .line 219
            invokeinterface io.vertx.core.http.HttpClientRequest.send:()Lio/vertx/core/Future;
         2: .line 220
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  examples/CircuitBreakerExamples.lambda$35(Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future; (6)
                  (Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         3: .line 226
            areturn
        end local 0 // io.vertx.core.http.HttpClientRequest req
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0   req  Lio/vertx/core/http/HttpClientRequest;

  private static io.vertx.core.Future lambda$4(io.vertx.core.http.HttpClientResponse);
    descriptor: (Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientResponse resp
         0: .line 72
            aload 0 /* resp */
            invokeinterface io.vertx.core.http.HttpClientResponse.statusCode:()I
            sipush 200
            if_icmpeq 2
         1: .line 73
            ldc "HTTP error"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            areturn
         2: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* resp */
            invokeinterface io.vertx.core.http.HttpClientResponse.body:()Lio/vertx/core/Future;
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/core/buffer/Buffer.toString()Ljava/lang/String; (9 itf)
                  (Lio/vertx/core/buffer/Buffer;)Ljava/lang/String;
            invokeinterface io.vertx.core.Future.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.core.http.HttpClientResponse resp
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  resp  Lio/vertx/core/http/HttpClientResponse;

  private static io.vertx.core.Future lambda$10(io.vertx.core.http.HttpClientResponse);
    descriptor: (Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientResponse resp
         0: .line 98
            aload 0 /* resp */
            invokeinterface io.vertx.core.http.HttpClientResponse.statusCode:()I
            sipush 200
            if_icmpeq 2
         1: .line 99
            ldc "HTTP error"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            areturn
         2: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* resp */
            invokeinterface io.vertx.core.http.HttpClientResponse.body:()Lio/vertx/core/Future;
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/core/buffer/Buffer.toString()Ljava/lang/String; (9 itf)
                  (Lio/vertx/core/buffer/Buffer;)Ljava/lang/String;
            invokeinterface io.vertx.core.Future.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.core.http.HttpClientResponse resp
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  resp  Lio/vertx/core/http/HttpClientResponse;

  private static io.vertx.core.Future lambda$16(io.vertx.core.http.HttpClientResponse);
    descriptor: (Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientResponse resp
         0: .line 127
            aload 0 /* resp */
            invokeinterface io.vertx.core.http.HttpClientResponse.statusCode:()I
            sipush 200
            if_icmpeq 2
         1: .line 128
            ldc "HTTP error"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            areturn
         2: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* resp */
            invokeinterface io.vertx.core.http.HttpClientResponse.body:()Lio/vertx/core/Future;
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/core/buffer/Buffer.toString()Ljava/lang/String; (9 itf)
                  (Lio/vertx/core/buffer/Buffer;)Ljava/lang/String;
            invokeinterface io.vertx.core.Future.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.core.http.HttpClientResponse resp
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  resp  Lio/vertx/core/http/HttpClientResponse;

  private static io.vertx.core.Future lambda$22(io.vertx.core.http.HttpClientResponse);
    descriptor: (Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientResponse resp
         0: .line 151
            aload 0 /* resp */
            invokeinterface io.vertx.core.http.HttpClientResponse.statusCode:()I
            sipush 200
            if_icmpeq 2
         1: .line 152
            ldc "HTTP error"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            areturn
         2: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* resp */
            invokeinterface io.vertx.core.http.HttpClientResponse.body:()Lio/vertx/core/Future;
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/core/buffer/Buffer.toString()Ljava/lang/String; (9 itf)
                  (Lio/vertx/core/buffer/Buffer;)Ljava/lang/String;
            invokeinterface io.vertx.core.Future.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.core.http.HttpClientResponse resp
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  resp  Lio/vertx/core/http/HttpClientResponse;

  private static io.vertx.core.Future lambda$28(io.vertx.core.http.HttpClientResponse);
    descriptor: (Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientResponse resp
         0: .line 177
            aload 0 /* resp */
            invokeinterface io.vertx.core.http.HttpClientResponse.statusCode:()I
            sipush 200
            if_icmpeq 2
         1: .line 178
            ldc "HTTP error"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            areturn
         2: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* resp */
            invokeinterface io.vertx.core.http.HttpClientResponse.body:()Lio/vertx/core/Future;
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/core/buffer/Buffer.toString()Ljava/lang/String; (9 itf)
                  (Lio/vertx/core/buffer/Buffer;)Ljava/lang/String;
            invokeinterface io.vertx.core.Future.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.core.http.HttpClientResponse resp
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  resp  Lio/vertx/core/http/HttpClientResponse;

  private static io.vertx.core.Future lambda$35(io.vertx.core.http.HttpClientResponse);
    descriptor: (Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientResponse resp
         0: .line 221
            aload 0 /* resp */
            invokeinterface io.vertx.core.http.HttpClientResponse.statusCode:()I
            sipush 200
            if_icmpeq 2
         1: .line 222
            ldc "HTTP error"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            areturn
         2: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* resp */
            invokeinterface io.vertx.core.http.HttpClientResponse.body:()Lio/vertx/core/Future;
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/core/buffer/Buffer.toString()Ljava/lang/String; (9 itf)
                  (Lio/vertx/core/buffer/Buffer;)Ljava/lang/String;
            invokeinterface io.vertx.core.Future.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.core.http.HttpClientResponse resp
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  resp  Lio/vertx/core/http/HttpClientResponse;
}
SourceFile: "CircuitBreakerExamples.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles