public class io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension
  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 // io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension this
         0: .line 2
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/groovy/circuitbreaker/CircuitBreaker_GroovyExtension;

  public static <T> io.vertx.core.Future<java.lang.Object> executeWithFallback(io.vertx.circuitbreaker.CircuitBreaker, io.vertx.core.Handler<io.vertx.core.Promise<java.lang.Object>>, java.util.function.Function<java.lang.Throwable, java.lang.Object>);
    descriptor: (Lio/vertx/circuitbreaker/CircuitBreaker;Lio/vertx/core/Handler;Ljava/util/function/Function;)Lio/vertx/core/Future;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.circuitbreaker.CircuitBreaker j_receiver
        start local 1 // io.vertx.core.Handler command
        start local 2 // java.util.function.Function fallback
         0: .line 4
            aload 0 /* j_receiver */
            aload 1 /* command */
            ifnull 1
            aload 1 /* command */
            invokedynamic handle(Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/groovy/circuitbreaker/CircuitBreaker_GroovyExtension.lambda$0(Lio/vertx/core/Handler;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.circuitbreaker.CircuitBreaker
         1: aconst_null
         2: .line 5
      StackMap locals: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler java.util.function.Function
      StackMap stack: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler
            aload 2 /* fallback */
            ifnull 4
            new io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$1
            dup
            aload 2 /* fallback */
            invokespecial io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$1.<init>:(Ljava/util/function/Function;)V
         3: .line 11
            goto 5
      StackMap locals: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler java.util.function.Function
      StackMap stack: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler
         4: aconst_null
         5: .line 4
      StackMap locals: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler java.util.function.Function
      StackMap stack: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$1
            invokeinterface io.vertx.circuitbreaker.CircuitBreaker.executeWithFallback:(Lio/vertx/core/Handler;Ljava/util/function/Function;)Lio/vertx/core/Future;
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.Future
            areturn
        end local 2 // java.util.function.Function fallback
        end local 1 // io.vertx.core.Handler command
        end local 0 // io.vertx.circuitbreaker.CircuitBreaker j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0  j_receiver  Lio/vertx/circuitbreaker/CircuitBreaker;
            0    6     1     command  Lio/vertx/core/Handler<Lio/vertx/core/Promise<Ljava/lang/Object;>;>;
            0    6     2    fallback  Ljava/util/function/Function<Ljava/lang/Throwable;Ljava/lang/Object;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/circuitbreaker/CircuitBreaker;Lio/vertx/core/Handler<Lio/vertx/core/Promise<Ljava/lang/Object;>;>;Ljava/util/function/Function<Ljava/lang/Throwable;Ljava/lang/Object;>;)Lio/vertx/core/Future<Ljava/lang/Object;>;
    MethodParameters:
            Name  Flags
      j_receiver  
      command     
      fallback    

  public static <T> void executeCommandWithFallback(io.vertx.circuitbreaker.CircuitBreaker, io.vertx.core.Handler<io.vertx.core.Promise<java.lang.Object>>, java.util.function.Function<java.lang.Throwable, java.lang.Object>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Object>>);
    descriptor: (Lio/vertx/circuitbreaker/CircuitBreaker;Lio/vertx/core/Handler;Ljava/util/function/Function;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.circuitbreaker.CircuitBreaker j_receiver
        start local 1 // io.vertx.core.Handler command
        start local 2 // java.util.function.Function fallback
        start local 3 // io.vertx.core.Handler handler
         0: .line 14
            aload 0 /* j_receiver */
            aload 1 /* command */
            ifnull 1
            aload 1 /* command */
            invokedynamic handle(Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/groovy/circuitbreaker/CircuitBreaker_GroovyExtension.lambda$1(Lio/vertx/core/Handler;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.circuitbreaker.CircuitBreaker
         1: aconst_null
         2: .line 15
      StackMap locals: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler java.util.function.Function io.vertx.core.Handler
      StackMap stack: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler
            aload 2 /* fallback */
            ifnull 4
            new io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$2
            dup
            aload 2 /* fallback */
            invokespecial io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$2.<init>:(Ljava/util/function/Function;)V
         3: .line 21
            goto 5
      StackMap locals: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler java.util.function.Function io.vertx.core.Handler
      StackMap stack: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler
         4: aconst_null
         5: .line 22
      StackMap locals: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler java.util.function.Function io.vertx.core.Handler
      StackMap stack: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$2
            aload 3 /* handler */
            ifnull 7
            new io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$3
            dup
            aload 3 /* handler */
            invokespecial io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$3.<init>:(Lio/vertx/core/Handler;)V
         6: .line 26
            goto 8
      StackMap locals: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler java.util.function.Function io.vertx.core.Handler
      StackMap stack: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$2
         7: aconst_null
         8: .line 14
      StackMap locals: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler java.util.function.Function io.vertx.core.Handler
      StackMap stack: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$2 io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$3
            invokeinterface io.vertx.circuitbreaker.CircuitBreaker.executeCommandWithFallback:(Lio/vertx/core/Handler;Ljava/util/function/Function;Lio/vertx/core/Handler;)V
         9: .line 27
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.function.Function fallback
        end local 1 // io.vertx.core.Handler command
        end local 0 // io.vertx.circuitbreaker.CircuitBreaker j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0  j_receiver  Lio/vertx/circuitbreaker/CircuitBreaker;
            0   10     1     command  Lio/vertx/core/Handler<Lio/vertx/core/Promise<Ljava/lang/Object;>;>;
            0   10     2    fallback  Ljava/util/function/Function<Ljava/lang/Throwable;Ljava/lang/Object;>;
            0   10     3     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Object;>;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/circuitbreaker/CircuitBreaker;Lio/vertx/core/Handler<Lio/vertx/core/Promise<Ljava/lang/Object;>;>;Ljava/util/function/Function<Ljava/lang/Throwable;Ljava/lang/Object;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Object;>;>;)V
    MethodParameters:
            Name  Flags
      j_receiver  
      command     
      fallback    
      handler     

  public static <T> void executeCommand(io.vertx.circuitbreaker.CircuitBreaker, io.vertx.core.Handler<io.vertx.core.Promise<java.lang.Object>>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Object>>);
    descriptor: (Lio/vertx/circuitbreaker/CircuitBreaker;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.circuitbreaker.CircuitBreaker j_receiver
        start local 1 // io.vertx.core.Handler command
        start local 2 // io.vertx.core.Handler handler
         0: .line 29
            aload 0 /* j_receiver */
            aload 1 /* command */
            ifnull 1
            aload 1 /* command */
            invokedynamic handle(Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/groovy/circuitbreaker/CircuitBreaker_GroovyExtension.lambda$2(Lio/vertx/core/Handler;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.circuitbreaker.CircuitBreaker
         1: aconst_null
         2: .line 30
      StackMap locals: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler io.vertx.core.Handler
      StackMap stack: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler
            aload 2 /* handler */
            ifnull 4
            new io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$4
            dup
            aload 2 /* handler */
            invokespecial io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$4.<init>:(Lio/vertx/core/Handler;)V
         3: .line 34
            goto 5
      StackMap locals: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler io.vertx.core.Handler
      StackMap stack: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler
         4: aconst_null
         5: .line 29
      StackMap locals: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler io.vertx.core.Handler
      StackMap stack: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Handler io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$4
            invokeinterface io.vertx.circuitbreaker.CircuitBreaker.executeCommand:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         6: .line 35
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.core.Handler command
        end local 0 // io.vertx.circuitbreaker.CircuitBreaker j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0  j_receiver  Lio/vertx/circuitbreaker/CircuitBreaker;
            0    7     1     command  Lio/vertx/core/Handler<Lio/vertx/core/Promise<Ljava/lang/Object;>;>;
            0    7     2     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Object;>;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/circuitbreaker/CircuitBreaker;Lio/vertx/core/Handler<Lio/vertx/core/Promise<Ljava/lang/Object;>;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Object;>;>;)V
    MethodParameters:
            Name  Flags
      j_receiver  
      command     
      handler     

  public static <T> io.vertx.circuitbreaker.CircuitBreaker executeAndReportWithFallback(io.vertx.circuitbreaker.CircuitBreaker, io.vertx.core.Promise<java.lang.Object>, io.vertx.core.Handler<io.vertx.core.Promise<java.lang.Object>>, java.util.function.Function<java.lang.Throwable, java.lang.Object>);
    descriptor: (Lio/vertx/circuitbreaker/CircuitBreaker;Lio/vertx/core/Promise;Lio/vertx/core/Handler;Ljava/util/function/Function;)Lio/vertx/circuitbreaker/CircuitBreaker;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.circuitbreaker.CircuitBreaker j_receiver
        start local 1 // io.vertx.core.Promise resultPromise
        start local 2 // io.vertx.core.Handler command
        start local 3 // java.util.function.Function fallback
         0: .line 37
            aload 0 /* j_receiver */
            aload 1 /* resultPromise */
         1: .line 38
            aload 2 /* command */
            ifnull 2
            aload 2 /* command */
            invokedynamic handle(Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/groovy/circuitbreaker/CircuitBreaker_GroovyExtension.lambda$3(Lio/vertx/core/Handler;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
            goto 3
      StackMap locals: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Promise io.vertx.core.Handler java.util.function.Function
      StackMap stack: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Promise
         2: aconst_null
         3: .line 39
      StackMap locals: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Promise io.vertx.core.Handler java.util.function.Function
      StackMap stack: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Promise io.vertx.core.Handler
            aload 3 /* fallback */
            ifnull 5
            new io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$5
            dup
            aload 3 /* fallback */
            invokespecial io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$5.<init>:(Ljava/util/function/Function;)V
         4: .line 45
            goto 6
      StackMap locals: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Promise io.vertx.core.Handler java.util.function.Function
      StackMap stack: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Promise io.vertx.core.Handler
         5: aconst_null
         6: .line 37
      StackMap locals: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Promise io.vertx.core.Handler java.util.function.Function
      StackMap stack: io.vertx.circuitbreaker.CircuitBreaker io.vertx.core.Promise io.vertx.core.Handler io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$5
            invokeinterface io.vertx.circuitbreaker.CircuitBreaker.executeAndReportWithFallback:(Lio/vertx/core/Promise;Lio/vertx/core/Handler;Ljava/util/function/Function;)Lio/vertx/circuitbreaker/CircuitBreaker;
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 46
            aload 0 /* j_receiver */
            areturn
        end local 3 // java.util.function.Function fallback
        end local 2 // io.vertx.core.Handler command
        end local 1 // io.vertx.core.Promise resultPromise
        end local 0 // io.vertx.circuitbreaker.CircuitBreaker j_receiver
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0     j_receiver  Lio/vertx/circuitbreaker/CircuitBreaker;
            0    8     1  resultPromise  Lio/vertx/core/Promise<Ljava/lang/Object;>;
            0    8     2        command  Lio/vertx/core/Handler<Lio/vertx/core/Promise<Ljava/lang/Object;>;>;
            0    8     3       fallback  Ljava/util/function/Function<Ljava/lang/Throwable;Ljava/lang/Object;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/circuitbreaker/CircuitBreaker;Lio/vertx/core/Promise<Ljava/lang/Object;>;Lio/vertx/core/Handler<Lio/vertx/core/Promise<Ljava/lang/Object;>;>;Ljava/util/function/Function<Ljava/lang/Throwable;Ljava/lang/Object;>;)Lio/vertx/circuitbreaker/CircuitBreaker;
    MethodParameters:
               Name  Flags
      j_receiver     
      resultPromise  
      command        
      fallback       

  public static <T> io.vertx.circuitbreaker.CircuitBreaker fallback(io.vertx.circuitbreaker.CircuitBreaker, java.util.function.Function<java.lang.Throwable, java.lang.Object>);
    descriptor: (Lio/vertx/circuitbreaker/CircuitBreaker;Ljava/util/function/Function;)Lio/vertx/circuitbreaker/CircuitBreaker;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.circuitbreaker.CircuitBreaker j_receiver
        start local 1 // java.util.function.Function handler
         0: .line 49
            aload 0 /* j_receiver */
            aload 1 /* handler */
            ifnull 2
            new io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$6
            dup
            aload 1 /* handler */
            invokespecial io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$6.<init>:(Ljava/util/function/Function;)V
         1: .line 55
            goto 3
      StackMap locals:
      StackMap stack: io.vertx.circuitbreaker.CircuitBreaker
         2: aconst_null
         3: .line 49
      StackMap locals: io.vertx.circuitbreaker.CircuitBreaker java.util.function.Function
      StackMap stack: io.vertx.circuitbreaker.CircuitBreaker io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$6
            invokeinterface io.vertx.circuitbreaker.CircuitBreaker.fallback:(Ljava/util/function/Function;)Lio/vertx/circuitbreaker/CircuitBreaker;
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 56
            aload 0 /* j_receiver */
            areturn
        end local 1 // java.util.function.Function handler
        end local 0 // io.vertx.circuitbreaker.CircuitBreaker j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0  j_receiver  Lio/vertx/circuitbreaker/CircuitBreaker;
            0    5     1     handler  Ljava/util/function/Function<Ljava/lang/Throwable;Ljava/lang/Object;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/circuitbreaker/CircuitBreaker;Ljava/util/function/Function<Ljava/lang/Throwable;Ljava/lang/Object;>;)Lio/vertx/circuitbreaker/CircuitBreaker;
    MethodParameters:
            Name  Flags
      j_receiver  
      handler     

  private static void lambda$0(io.vertx.core.Handler, io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.Promise event
         0: .line 4
            aload 0
            aload 1 /* event */
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.Promise
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 1 // io.vertx.core.Promise event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     1  event  Lio/vertx/core/Promise<Ljava/lang/Object;>;

  private static void lambda$1(io.vertx.core.Handler, io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.Promise event
         0: .line 14
            aload 0
            aload 1 /* event */
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.Promise
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 1 // io.vertx.core.Promise event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     1  event  Lio/vertx/core/Promise<Ljava/lang/Object;>;

  private static void lambda$2(io.vertx.core.Handler, io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.Promise event
         0: .line 29
            aload 0
            aload 1 /* event */
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.Promise
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 1 // io.vertx.core.Promise event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     1  event  Lio/vertx/core/Promise<Ljava/lang/Object;>;

  private static void lambda$3(io.vertx.core.Handler, io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.Promise event
         0: .line 38
            aload 0
            aload 1 /* event */
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.Promise
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 1 // io.vertx.core.Promise event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     1  event  Lio/vertx/core/Promise<Ljava/lang/Object;>;
}
SourceFile: "CircuitBreaker_GroovyExtension.java"
NestMembers:
  io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$1  io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$2  io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$3  io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$4  io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$5  io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$6
InnerClasses:
  io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$1
  io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$2
  io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$3
  io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$4
  io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$5
  io.vertx.groovy.circuitbreaker.CircuitBreaker_GroovyExtension$6
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles