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 37
            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 41
            new io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
            dup
            invokespecial io.vertx.spi.cluster.hazelcast.HazelcastClusterManager.<init>:()V
            astore 1 /* mgr */
        start local 1 // io.vertx.core.spi.cluster.ClusterManager mgr
         1: .line 43
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
            aload 1 /* mgr */
            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 45
            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 52
            return
        end local 2 // io.vertx.core.VertxOptions options
        end local 1 // io.vertx.core.spi.cluster.ClusterManager mgr
        end local 0 // examples.Examples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lexamples/Examples;
            1    4     1      mgr  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 56
            new com.hazelcast.config.Config
            dup
            invokespecial com.hazelcast.config.Config.<init>:()V
            astore 1 /* hazelcastConfig */
        start local 1 // com.hazelcast.config.Config hazelcastConfig
         1: .line 60
            new io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
            dup
            aload 1 /* hazelcastConfig */
            invokespecial io.vertx.spi.cluster.hazelcast.HazelcastClusterManager.<init>:(Lcom/hazelcast/config/Config;)V
            astore 2 /* mgr */
        start local 2 // io.vertx.core.spi.cluster.ClusterManager mgr
         2: .line 62
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
            aload 2 /* mgr */
            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 64
            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 71
            return
        end local 3 // io.vertx.core.VertxOptions options
        end local 2 // io.vertx.core.spi.cluster.ClusterManager mgr
        end local 1 // com.hazelcast.config.Config hazelcastConfig
        end local 0 // examples.Examples this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lexamples/Examples;
            1    5     1  hazelcastConfig  Lcom/hazelcast/config/Config;
            2    5     2              mgr  Lio/vertx/core/spi/cluster/ClusterManager;
            3    5     3          options  Lio/vertx/core/VertxOptions;

  public void customizeDefaultConfig();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // examples.Examples this
         0: .line 74
            invokestatic io.vertx.spi.cluster.hazelcast.ConfigUtil.loadConfig:()Lcom/hazelcast/config/Config;
            astore 1 /* hazelcastConfig */
        start local 1 // com.hazelcast.config.Config hazelcastConfig
         1: .line 76
            aload 1 /* hazelcastConfig */
            ldc "my-cluster-name"
            invokevirtual com.hazelcast.config.Config.setClusterName:(Ljava/lang/String;)Lcom/hazelcast/config/Config;
            pop
         2: .line 78
            new io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
            dup
            aload 1 /* hazelcastConfig */
            invokespecial io.vertx.spi.cluster.hazelcast.HazelcastClusterManager.<init>:(Lcom/hazelcast/config/Config;)V
            astore 2 /* mgr */
        start local 2 // io.vertx.core.spi.cluster.ClusterManager mgr
         3: .line 80
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
            aload 2 /* mgr */
            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
         4: .line 82
            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
         5: .line 89
            return
        end local 3 // io.vertx.core.VertxOptions options
        end local 2 // io.vertx.core.spi.cluster.ClusterManager mgr
        end local 1 // com.hazelcast.config.Config hazelcastConfig
        end local 0 // examples.Examples this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lexamples/Examples;
            1    6     1  hazelcastConfig  Lcom/hazelcast/config/Config;
            3    6     2              mgr  Lio/vertx/core/spi/cluster/ClusterManager;
            4    6     3          options  Lio/vertx/core/VertxOptions;

  public void example3(com.hazelcast.core.HazelcastInstance);
    descriptor: (Lcom/hazelcast/core/HazelcastInstance;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // examples.Examples this
        start local 1 // com.hazelcast.core.HazelcastInstance hazelcastInstance
         0: .line 92
            new io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
            dup
            aload 1 /* hazelcastInstance */
            invokespecial io.vertx.spi.cluster.hazelcast.HazelcastClusterManager.<init>:(Lcom/hazelcast/core/HazelcastInstance;)V
            astore 2 /* mgr */
        start local 2 // io.vertx.core.spi.cluster.ClusterManager mgr
         1: .line 93
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
            aload 2 /* mgr */
            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 94
            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$3(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 101
            return
        end local 3 // io.vertx.core.VertxOptions options
        end local 2 // io.vertx.core.spi.cluster.ClusterManager mgr
        end local 1 // com.hazelcast.core.HazelcastInstance hazelcastInstance
        end local 0 // examples.Examples this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lexamples/Examples;
            0    4     1  hazelcastInstance  Lcom/hazelcast/core/HazelcastInstance;
            1    4     2                mgr  Lio/vertx/core/spi/cluster/ClusterManager;
            2    4     3            options  Lio/vertx/core/VertxOptions;
    MethodParameters:
                   Name  Flags
      hazelcastInstance  

  public void healthCheck(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.Examples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 104
            aload 1 /* vertx */
            invokestatic io.vertx.spi.cluster.hazelcast.ClusterHealthCheck.createProcedure:(Lio/vertx/core/Vertx;)Lio/vertx/core/Handler;
            astore 2 /* procedure */
        start local 2 // io.vertx.core.Handler procedure
         1: .line 105
            aload 1 /* vertx */
            invokestatic io.vertx.ext.healthchecks.HealthChecks.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/healthchecks/HealthChecks;
            ldc "cluster-health"
            aload 2 /* procedure */
            invokeinterface io.vertx.ext.healthchecks.HealthChecks.register:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/healthchecks/HealthChecks;
            pop
         2: .line 106
            return
        end local 2 // io.vertx.core.Handler procedure
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.Examples this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lexamples/Examples;
            0    3     1      vertx  Lio/vertx/core/Vertx;
            1    3     2  procedure  Lio/vertx/core/Handler<Lio/vertx/core/Promise<Lio/vertx/ext/healthchecks/Status;>;>;
    MethodParameters:
       Name  Flags
      vertx  

  public void healthCheckHandler(io.vertx.core.Vertx, io.vertx.ext.healthchecks.HealthChecks);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/healthchecks/HealthChecks;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // examples.Examples this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.ext.healthchecks.HealthChecks checks
         0: .line 109
            aload 1 /* vertx */
            invokestatic io.vertx.ext.web.Router.router:(Lio/vertx/core/Vertx;)Lio/vertx/ext/web/Router;
            astore 3 /* router */
        start local 3 // io.vertx.ext.web.Router router
         1: .line 110
            aload 3 /* router */
            ldc "/readiness"
            invokeinterface io.vertx.ext.web.Router.get:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            aload 2 /* checks */
            invokestatic io.vertx.ext.healthchecks.HealthCheckHandler.createWithHealthChecks:(Lio/vertx/ext/healthchecks/HealthChecks;)Lio/vertx/ext/healthchecks/HealthCheckHandler;
            invokeinterface io.vertx.ext.web.Route.handler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/Route;
            pop
         2: .line 111
            return
        end local 3 // io.vertx.ext.web.Router router
        end local 2 // io.vertx.ext.healthchecks.HealthChecks checks
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.Examples this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lexamples/Examples;
            0    3     1   vertx  Lio/vertx/core/Vertx;
            0    3     2  checks  Lio/vertx/ext/healthchecks/HealthChecks;
            1    3     3  router  Lio/vertx/ext/web/Router;
    MethodParameters:
        Name  Flags
      vertx   
      checks  

  public void liteMemberConfig();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // examples.Examples this
         0: .line 114
            invokestatic io.vertx.spi.cluster.hazelcast.ConfigUtil.loadConfig:()Lcom/hazelcast/config/Config;
         1: .line 115
            iconst_1
            invokevirtual com.hazelcast.config.Config.setLiteMember:(Z)Lcom/hazelcast/config/Config;
         2: .line 114
            astore 1 /* hazelcastConfig */
        start local 1 // com.hazelcast.config.Config hazelcastConfig
         3: .line 117
            new io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
            dup
            aload 1 /* hazelcastConfig */
            invokespecial io.vertx.spi.cluster.hazelcast.HazelcastClusterManager.<init>:(Lcom/hazelcast/config/Config;)V
            astore 2 /* mgr */
        start local 2 // io.vertx.core.spi.cluster.ClusterManager mgr
         4: .line 119
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
            aload 2 /* mgr */
            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
         5: .line 121
            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$4(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
         6: .line 128
            return
        end local 3 // io.vertx.core.VertxOptions options
        end local 2 // io.vertx.core.spi.cluster.ClusterManager mgr
        end local 1 // com.hazelcast.config.Config hazelcastConfig
        end local 0 // examples.Examples this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lexamples/Examples;
            3    7     1  hazelcastConfig  Lcom/hazelcast/config/Config;
            4    7     2              mgr  Lio/vertx/core/spi/cluster/ClusterManager;
            5    7     3          options  Lio/vertx/core/VertxOptions;

  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 46
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 2
         1: .line 47
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.Vertx
            pop
         2: .line 51
      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 65
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 2
         1: .line 66
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.Vertx
            pop
         2: .line 70
      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 83
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 2
         1: .line 84
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.Vertx
            pop
         2: .line 88
      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$3(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 95
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 2
         1: .line 96
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.Vertx
            pop
         2: .line 100
      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$4(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 122
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 2
         1: .line 123
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.Vertx
            pop
         2: .line 127
      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