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

  public void example1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // examples.Examples this
         0: .line 16
            new io.vertx.spi.cluster.ignite.IgniteClusterManager
            dup
            invokespecial io.vertx.spi.cluster.ignite.IgniteClusterManager.<init>:()V
            astore 1 /* clusterManager */
        start local 1 // io.vertx.core.spi.cluster.ClusterManager clusterManager
         1: .line 18
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
            aload 1 /* clusterManager */
            invokevirtual io.vertx.core.VertxOptions.setClusterManager:(Lio/vertx/core/spi/cluster/ClusterManager;)Lio/vertx/core/VertxOptions;
            astore 2 /* options */
        start local 2 // io.vertx.core.VertxOptions options
         2: .line 19
            aload 2 /* options */
            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/Examples.lambda$0(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokestatic io.vertx.core.Vertx.clusteredVertx:(Lio/vertx/core/VertxOptions;Lio/vertx/core/Handler;)V
         3: .line 26
            return
        end local 2 // io.vertx.core.VertxOptions options
        end local 1 // io.vertx.core.spi.cluster.ClusterManager clusterManager
        end local 0 // examples.Examples this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lexamples/Examples;
            1    4     1  clusterManager  Lio/vertx/core/spi/cluster/ClusterManager;
            2    4     2         options  Lio/vertx/core/VertxOptions;

  public void example2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // examples.Examples this
         0: .line 29
            new org.apache.ignite.configuration.IgniteConfiguration
            dup
            invokespecial org.apache.ignite.configuration.IgniteConfiguration.<init>:()V
            astore 1 /* cfg */
        start local 1 // org.apache.ignite.configuration.IgniteConfiguration cfg
         1: .line 32
            new io.vertx.spi.cluster.ignite.IgniteClusterManager
            dup
            aload 1 /* cfg */
            invokespecial io.vertx.spi.cluster.ignite.IgniteClusterManager.<init>:(Lorg/apache/ignite/configuration/IgniteConfiguration;)V
            astore 2 /* clusterManager */
        start local 2 // io.vertx.core.spi.cluster.ClusterManager clusterManager
         2: .line 34
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
            aload 2 /* clusterManager */
            invokevirtual io.vertx.core.VertxOptions.setClusterManager:(Lio/vertx/core/spi/cluster/ClusterManager;)Lio/vertx/core/VertxOptions;
            astore 3 /* options */
        start local 3 // io.vertx.core.VertxOptions options
         3: .line 35
            aload 3 /* options */
            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/Examples.lambda$1(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokestatic io.vertx.core.Vertx.clusteredVertx:(Lio/vertx/core/VertxOptions;Lio/vertx/core/Handler;)V
         4: .line 42
            return
        end local 3 // io.vertx.core.VertxOptions options
        end local 2 // io.vertx.core.spi.cluster.ClusterManager clusterManager
        end local 1 // org.apache.ignite.configuration.IgniteConfiguration cfg
        end local 0 // examples.Examples this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lexamples/Examples;
            1    5     1             cfg  Lorg/apache/ignite/configuration/IgniteConfiguration;
            2    5     2  clusterManager  Lio/vertx/core/spi/cluster/ClusterManager;
            3    5     3         options  Lio/vertx/core/VertxOptions;

  public void example3(org.apache.ignite.Ignite);
    descriptor: (Lorg/apache/ignite/Ignite;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // examples.Examples this
        start local 1 // org.apache.ignite.Ignite ignite
         0: .line 47
            new io.vertx.spi.cluster.ignite.IgniteClusterManager
            dup
            aload 1 /* ignite */
            invokespecial io.vertx.spi.cluster.ignite.IgniteClusterManager.<init>:(Lorg/apache/ignite/Ignite;)V
            astore 2 /* clusterManager */
        start local 2 // io.vertx.core.spi.cluster.ClusterManager clusterManager
         1: .line 49
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
            aload 2 /* clusterManager */
            invokevirtual io.vertx.core.VertxOptions.setClusterManager:(Lio/vertx/core/spi/cluster/ClusterManager;)Lio/vertx/core/VertxOptions;
            astore 3 /* options */
        start local 3 // io.vertx.core.VertxOptions options
         2: .line 50
            aload 3 /* options */
            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/Examples.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokestatic io.vertx.core.Vertx.clusteredVertx:(Lio/vertx/core/VertxOptions;Lio/vertx/core/Handler;)V
         3: .line 57
            return
        end local 3 // io.vertx.core.VertxOptions options
        end local 2 // io.vertx.core.spi.cluster.ClusterManager clusterManager
        end local 1 // org.apache.ignite.Ignite ignite
        end local 0 // examples.Examples this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lexamples/Examples;
            0    4     1          ignite  Lorg/apache/ignite/Ignite;
            1    4     2  clusterManager  Lio/vertx/core/spi/cluster/ClusterManager;
            2    4     3         options  Lio/vertx/core/VertxOptions;
    MethodParameters:
        Name  Flags
      ignite  

  private static void lambda$0(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult res
         0: .line 20
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 2
         1: .line 21
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.Vertx
            pop
         2: .line 25
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   res  Lio/vertx/core/AsyncResult<Lio/vertx/core/Vertx;>;

  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=1, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult res
         0: .line 36
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 2
         1: .line 37
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.Vertx
            pop
         2: .line 41
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   res  Lio/vertx/core/AsyncResult<Lio/vertx/core/Vertx;>;

  private static void lambda$2(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult res
         0: .line 51
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 2
         1: .line 52
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.Vertx
            pop
         2: .line 56
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   res  Lio/vertx/core/AsyncResult<Lio/vertx/core/Vertx;>;
}
SourceFile: "Examples.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles