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 30
            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 33
            ldc "my-circuit-breaker"
            aload 1 /* vertx */
         1: .line 34
            new io.vertx.circuitbreaker.CircuitBreakerOptions
            dup
            invokespecial io.vertx.circuitbreaker.CircuitBreakerOptions.<init>:()V
         2: .line 35
            iconst_5
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setMaxFailures:(I)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
         3: .line 36
            ldc 2000
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setTimeout:(J)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
         4: .line 37
            iconst_1
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setFallbackOnFailure:(Z)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
         5: .line 38
            ldc 10000
            invokevirtual io.vertx.circuitbreaker.CircuitBreakerOptions.setResetTimeout:(J)Lio/vertx/circuitbreaker/CircuitBreakerOptions;
         6: .line 33
            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 45
            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 50
            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.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         9: .line 53
            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 56
            ldc "my-circuit-breaker"
            aload 1 /* vertx */
         1: .line 57
            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 56
            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 64
            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 76
            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.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         5: .line 79
            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 82
            ldc "my-circuit-breaker"
            aload 1 /* vertx */
         1: .line 83
            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 82
            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 90
            aload 2 /* breaker */
         4: .line 91
            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 103
            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 90
            invokeinterface io.vertx.circuitbreaker.CircuitBreaker.executeWithFallback:(Lio/vertx/core/Handler;Ljava/util/function/Function;)Lio/vertx/core/Future;
         7: .line 107
            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.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         8: .line 110
            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 113
            ldc "my-circuit-breaker"
            aload 1 /* vertx */
         1: .line 114
            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 113
            invokestatic io.vertx.circuitbreaker.CircuitBreaker.create:(Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/circuitbreaker/CircuitBreakerOptions;)Lio/vertx/circuitbreaker/CircuitBreaker;
         3: .line 115
            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 113
            astore 2 /* breaker */
        start local 2 // io.vertx.circuitbreaker.CircuitBreaker breaker
         5: .line 120
            aload 2 /* breaker */
         6: .line 121
            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 120
            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 156
            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 159
            ldc "my-circuit-breaker"
            aload 1 /* vertx */
         1: .line 160
            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 159
            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 163
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 3 /* userFuture */
        start local 3 // io.vertx.core.Promise userFuture
         4: .line 164
            aload 3 /* userFuture */
            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$22(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         5: .line 168
            aload 2 /* breaker */
         6: .line 169
            aload 3 /* userFuture */
         7: .line 170
            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$23(Lio/vertx/core/Vertx;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
         8: .line 182
            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$24(Ljava/lang/Throwable;)Ljava/lang/String; (6)
                  (Ljava/lang/Throwable;)Ljava/lang/String;
         9: .line 168
            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 186
            return
        end local 3 // io.vertx.core.Promise userFuture
        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  userFuture  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=3, locals=3, args_size=2
        start local 0 // examples.CircuitBreakerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 190
            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 191
            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 194
            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 196
            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 199
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.createHttpServer:()Lio/vertx/core/http/HttpServer;
         5: .line 200
            aload 2 /* router */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic handle(Lio/vertx/ext/web/Router;)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/ext/web/Router.accept(Lio/vertx/core/http/HttpServerRequest;)V (9 itf)
                  (Lio/vertx/core/http/HttpServerRequest;)V
            invokeinterface io.vertx.core.http.HttpServer.requestHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServer;
         6: .line 201
            sipush 8080
            invokeinterface io.vertx.core.http.HttpServer.listen:(I)Lio/vertx/core/http/HttpServer;
            pop
         7: .line 203
            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 206
            ldc "my-circuit-breaker"
            aload 1 /* vertx */
         1: .line 207
            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 206
            invokestatic io.vertx.circuitbreaker.CircuitBreaker.create:(Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/circuitbreaker/CircuitBreakerOptions;)Lio/vertx/circuitbreaker/CircuitBreaker;
         3: .line 208
            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$29(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 210
            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.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/circuitbreaker/CircuitBreaker;
         5: .line 212
            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$31(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 206
            astore 2 /* breaker */
        start local 2 // io.vertx.circuitbreaker.CircuitBreaker breaker
         7: .line 214
            aload 2 /* breaker */
         8: .line 215
            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$32(Lio/vertx/core/Vertx;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
         9: .line 214
            invokeinterface io.vertx.circuitbreaker.CircuitBreaker.execute:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
        10: .line 225
            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 future
         0: .line 50
            return
        end local 0 // io.vertx.core.Promise future
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  future  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 52
            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 future
         0: .line 65
            aload 0
            invokeinterface io.vertx.core.Vertx.createHttpClient:()Lio/vertx/core/http/HttpClient;
            sipush 8080
            ldc "localhost"
            ldc "/"
            aload 1 /* future */
            invokedynamic handle(Lio/vertx/core/Promise;)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$3(Lio/vertx/core/Promise;Lio/vertx/core/http/HttpClientResponse;)V (6)
                  (Lio/vertx/core/http/HttpClientResponse;)V
            invokeinterface io.vertx.core.http.HttpClient.getNow:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 76
            return
        end local 1 // io.vertx.core.Promise future
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     1  future  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 78
            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 future
         0: .line 92
            aload 0
            invokeinterface io.vertx.core.Vertx.createHttpClient:()Lio/vertx/core/http/HttpClient;
            sipush 8080
            ldc "localhost"
            ldc "/"
            aload 1 /* future */
            invokedynamic handle(Lio/vertx/core/Promise;)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$9(Lio/vertx/core/Promise;Lio/vertx/core/http/HttpClientResponse;)V (6)
                  (Lio/vertx/core/http/HttpClientResponse;)V
            invokeinterface io.vertx.core.http.HttpClient.getNow:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 103
            return
        end local 1 // io.vertx.core.Promise future
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     1  future  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 105
            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 109
            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 117
            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 future
         0: .line 122
            aload 0
            invokeinterface io.vertx.core.Vertx.createHttpClient:()Lio/vertx/core/http/HttpClient;
            sipush 8080
            ldc "localhost"
            ldc "/"
            aload 1 /* future */
            invokedynamic handle(Lio/vertx/core/Promise;)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$15(Lio/vertx/core/Promise;Lio/vertx/core/http/HttpClientResponse;)V (6)
                  (Lio/vertx/core/http/HttpClientResponse;)V
            invokeinterface io.vertx.core.http.HttpClient.getNow:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 133
            return
        end local 1 // io.vertx.core.Promise future
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     1  future  Lio/vertx/core/Promise<Ljava/lang/Object;>;

  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 future
         0: .line 147
            aload 0
            invokeinterface io.vertx.core.Vertx.createHttpClient:()Lio/vertx/core/http/HttpClient;
            sipush 8080
            ldc "localhost"
            ldc "/"
            aload 1 /* future */
            invokedynamic handle(Lio/vertx/core/Promise;)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$21(Lio/vertx/core/Promise;Lio/vertx/core/http/HttpClientResponse;)V (6)
                  (Lio/vertx/core/http/HttpClientResponse;)V
            invokeinterface io.vertx.core.http.HttpClient.getNow:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 155
            return
        end local 1 // io.vertx.core.Promise future
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     1  future  Lio/vertx/core/Promise<Ljava/lang/Object;>;

  private static void lambda$22(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 166
            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$23(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 future
         0: .line 171
            aload 0
            invokeinterface io.vertx.core.Vertx.createHttpClient:()Lio/vertx/core/http/HttpClient;
            sipush 8080
            ldc "localhost"
            ldc "/"
            aload 1 /* future */
            invokedynamic handle(Lio/vertx/core/Promise;)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/Promise;Lio/vertx/core/http/HttpClientResponse;)V (6)
                  (Lio/vertx/core/http/HttpClientResponse;)V
            invokeinterface io.vertx.core.http.HttpClient.getNow:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 182
            return
        end local 1 // io.vertx.core.Promise future
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     1  future  Lio/vertx/core/Promise<Ljava/lang/String;>;

  private static java.lang.String lambda$24(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 184
            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$29(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 209
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Circuit opened"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 210
            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$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 211
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Circuit closed"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 212
            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$31(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 212
            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$32(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 future
         0: .line 216
            aload 0
            invokeinterface io.vertx.core.Vertx.createHttpClient:()Lio/vertx/core/http/HttpClient;
            sipush 8080
            ldc "localhost"
            ldc "/"
            aload 1 /* future */
            invokedynamic handle(Lio/vertx/core/Promise;)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/Promise;Lio/vertx/core/http/HttpClientResponse;)V (6)
                  (Lio/vertx/core/http/HttpClientResponse;)V
            invokeinterface io.vertx.core.http.HttpClient.getNow:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 224
            return
        end local 1 // io.vertx.core.Promise future
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     1  future  Lio/vertx/core/Promise<Ljava/lang/Object;>;

  private static void lambda$3(io.vertx.core.Promise, io.vertx.core.http.HttpClientResponse);
    descriptor: (Lio/vertx/core/Promise;Lio/vertx/core/http/HttpClientResponse;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // io.vertx.core.http.HttpClientResponse response
         0: .line 66
            aload 1 /* response */
            invokeinterface io.vertx.core.http.HttpClientResponse.statusCode:()I
            sipush 200
            if_icmpeq 3
         1: .line 67
            aload 0
            ldc "HTTP error"
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/String;)V
         2: .line 68
            goto 6
         3: .line 69
      StackMap locals:
      StackMap stack:
            aload 1 /* response */
         4: .line 70
            aload 0
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic handle(Lio/vertx/core/Promise;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/Promise.fail(Ljava/lang/Throwable;)V (9 itf)
                  (Ljava/lang/Throwable;)V
            invokeinterface io.vertx.core.http.HttpClientResponse.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
         5: .line 71
            aload 0
            invokedynamic handle(Lio/vertx/core/Promise;)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$5(Lio/vertx/core/Promise;Lio/vertx/core/buffer/Buffer;)V (6)
                  (Lio/vertx/core/buffer/Buffer;)V
            invokeinterface io.vertx.core.http.HttpClientResponse.bodyHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
            pop
         6: .line 75
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.http.HttpClientResponse response
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     1  response  Lio/vertx/core/http/HttpClientResponse;

  private static void lambda$9(io.vertx.core.Promise, io.vertx.core.http.HttpClientResponse);
    descriptor: (Lio/vertx/core/Promise;Lio/vertx/core/http/HttpClientResponse;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // io.vertx.core.http.HttpClientResponse response
         0: .line 93
            aload 1 /* response */
            invokeinterface io.vertx.core.http.HttpClientResponse.statusCode:()I
            sipush 200
            if_icmpeq 3
         1: .line 94
            aload 0
            ldc "HTTP error"
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/String;)V
         2: .line 95
            goto 6
         3: .line 96
      StackMap locals:
      StackMap stack:
            aload 1 /* response */
         4: .line 97
            aload 0
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic handle(Lio/vertx/core/Promise;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/Promise.fail(Ljava/lang/Throwable;)V (9 itf)
                  (Ljava/lang/Throwable;)V
            invokeinterface io.vertx.core.http.HttpClientResponse.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
         5: .line 98
            aload 0
            invokedynamic handle(Lio/vertx/core/Promise;)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$11(Lio/vertx/core/Promise;Lio/vertx/core/buffer/Buffer;)V (6)
                  (Lio/vertx/core/buffer/Buffer;)V
            invokeinterface io.vertx.core.http.HttpClientResponse.bodyHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
            pop
         6: .line 102
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.http.HttpClientResponse response
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     1  response  Lio/vertx/core/http/HttpClientResponse;

  private static void lambda$15(io.vertx.core.Promise, io.vertx.core.http.HttpClientResponse);
    descriptor: (Lio/vertx/core/Promise;Lio/vertx/core/http/HttpClientResponse;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // io.vertx.core.http.HttpClientResponse response
         0: .line 123
            aload 1 /* response */
            invokeinterface io.vertx.core.http.HttpClientResponse.statusCode:()I
            sipush 200
            if_icmpeq 3
         1: .line 124
            aload 0
            ldc "HTTP error"
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/String;)V
         2: .line 125
            goto 6
         3: .line 126
      StackMap locals:
      StackMap stack:
            aload 1 /* response */
         4: .line 127
            aload 0
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic handle(Lio/vertx/core/Promise;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/Promise.fail(Ljava/lang/Throwable;)V (9 itf)
                  (Ljava/lang/Throwable;)V
            invokeinterface io.vertx.core.http.HttpClientResponse.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
         5: .line 128
            aload 0
            invokedynamic handle(Lio/vertx/core/Promise;)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$17(Lio/vertx/core/Promise;Lio/vertx/core/buffer/Buffer;)V (6)
                  (Lio/vertx/core/buffer/Buffer;)V
            invokeinterface io.vertx.core.http.HttpClientResponse.bodyHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
            pop
         6: .line 132
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.http.HttpClientResponse response
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     1  response  Lio/vertx/core/http/HttpClientResponse;

  private static void lambda$21(io.vertx.core.Promise, io.vertx.core.http.HttpClientResponse);
    descriptor: (Lio/vertx/core/Promise;Lio/vertx/core/http/HttpClientResponse;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.http.HttpClientResponse response
         0: .line 148
            aload 1 /* response */
            invokeinterface io.vertx.core.http.HttpClientResponse.statusCode:()I
            sipush 200
            if_icmpeq 3
         1: .line 149
            aload 0
            ldc "HTTP error"
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/String;)V
         2: .line 150
            goto 4
         3: .line 152
      StackMap locals:
      StackMap stack:
            aload 0
            invokeinterface io.vertx.core.Promise.complete:()V
         4: .line 154
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.http.HttpClientResponse response
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     1  response  Lio/vertx/core/http/HttpClientResponse;

  private static void lambda$25(io.vertx.core.Promise, io.vertx.core.http.HttpClientResponse);
    descriptor: (Lio/vertx/core/Promise;Lio/vertx/core/http/HttpClientResponse;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // io.vertx.core.http.HttpClientResponse response
         0: .line 172
            aload 1 /* response */
            invokeinterface io.vertx.core.http.HttpClientResponse.statusCode:()I
            sipush 200
            if_icmpeq 3
         1: .line 173
            aload 0
            ldc "HTTP error"
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/String;)V
         2: .line 174
            goto 6
         3: .line 175
      StackMap locals:
      StackMap stack:
            aload 1 /* response */
         4: .line 176
            aload 0
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic handle(Lio/vertx/core/Promise;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/Promise.fail(Ljava/lang/Throwable;)V (9 itf)
                  (Ljava/lang/Throwable;)V
            invokeinterface io.vertx.core.http.HttpClientResponse.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
         5: .line 177
            aload 0
            invokedynamic handle(Lio/vertx/core/Promise;)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$27(Lio/vertx/core/Promise;Lio/vertx/core/buffer/Buffer;)V (6)
                  (Lio/vertx/core/buffer/Buffer;)V
            invokeinterface io.vertx.core.http.HttpClientResponse.bodyHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
            pop
         6: .line 181
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.http.HttpClientResponse response
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     1  response  Lio/vertx/core/http/HttpClientResponse;

  private static void lambda$33(io.vertx.core.Promise, io.vertx.core.http.HttpClientResponse);
    descriptor: (Lio/vertx/core/Promise;Lio/vertx/core/http/HttpClientResponse;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.http.HttpClientResponse response
         0: .line 217
            aload 1 /* response */
            invokeinterface io.vertx.core.http.HttpClientResponse.statusCode:()I
            sipush 200
            if_icmpeq 3
         1: .line 218
            aload 0
            ldc "HTTP error"
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/String;)V
         2: .line 219
            goto 4
         3: .line 221
      StackMap locals:
      StackMap stack:
            aload 0
            invokeinterface io.vertx.core.Promise.complete:()V
         4: .line 223
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.http.HttpClientResponse response
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     1  response  Lio/vertx/core/http/HttpClientResponse;

  private static void lambda$5(io.vertx.core.Promise, io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/Promise;Lio/vertx/core/buffer/Buffer;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.buffer.Buffer buffer
         0: .line 72
            aload 0
            aload 1 /* buffer */
            invokeinterface io.vertx.core.buffer.Buffer.toString:()Ljava/lang/String;
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
         1: .line 73
            return
        end local 1 // io.vertx.core.buffer.Buffer buffer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     1  buffer  Lio/vertx/core/buffer/Buffer;

  private static void lambda$11(io.vertx.core.Promise, io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/Promise;Lio/vertx/core/buffer/Buffer;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.buffer.Buffer buffer
         0: .line 99
            aload 0
            aload 1 /* buffer */
            invokeinterface io.vertx.core.buffer.Buffer.toString:()Ljava/lang/String;
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
         1: .line 100
            return
        end local 1 // io.vertx.core.buffer.Buffer buffer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     1  buffer  Lio/vertx/core/buffer/Buffer;

  private static void lambda$17(io.vertx.core.Promise, io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/Promise;Lio/vertx/core/buffer/Buffer;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.buffer.Buffer buffer
         0: .line 129
            aload 0
            aload 1 /* buffer */
            invokeinterface io.vertx.core.buffer.Buffer.toString:()Ljava/lang/String;
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
         1: .line 130
            return
        end local 1 // io.vertx.core.buffer.Buffer buffer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     1  buffer  Lio/vertx/core/buffer/Buffer;

  private static void lambda$27(io.vertx.core.Promise, io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/Promise;Lio/vertx/core/buffer/Buffer;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.buffer.Buffer buffer
         0: .line 178
            aload 0
            aload 1 /* buffer */
            invokeinterface io.vertx.core.buffer.Buffer.toString:()Ljava/lang/String;
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
         1: .line 179
            return
        end local 1 // io.vertx.core.buffer.Buffer buffer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     1  buffer  Lio/vertx/core/buffer/Buffer;
}
SourceFile: "CircuitBreakerExamples.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles