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 40
            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 createClusterManagerProgramatically();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // examples.Examples this
         0: .line 43
            new io.vertx.ext.cluster.infinispan.InfinispanClusterManager
            dup
            invokespecial io.vertx.ext.cluster.infinispan.InfinispanClusterManager.<init>:()V
            astore 1 /* mgr */
        start local 1 // io.vertx.core.spi.cluster.ClusterManager mgr
         1: .line 45
            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 47
            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 54
            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 useExistingCacheManager(org.infinispan.manager.DefaultCacheManager);
    descriptor: (Lorg/infinispan/manager/DefaultCacheManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // examples.Examples this
        start local 1 // org.infinispan.manager.DefaultCacheManager cacheManager
         0: .line 57
            new io.vertx.ext.cluster.infinispan.InfinispanClusterManager
            dup
            aload 1 /* cacheManager */
            invokespecial io.vertx.ext.cluster.infinispan.InfinispanClusterManager.<init>:(Lorg/infinispan/manager/DefaultCacheManager;)V
            astore 2 /* mgr */
        start local 2 // io.vertx.core.spi.cluster.ClusterManager mgr
         1: .line 59
            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 61
            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
         3: .line 68
            return
        end local 3 // io.vertx.core.VertxOptions options
        end local 2 // io.vertx.core.spi.cluster.ClusterManager mgr
        end local 1 // org.infinispan.manager.DefaultCacheManager cacheManager
        end local 0 // examples.Examples this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lexamples/Examples;
            0    4     1  cacheManager  Lorg/infinispan/manager/DefaultCacheManager;
            1    4     2           mgr  Lio/vertx/core/spi/cluster/ClusterManager;
            2    4     3       options  Lio/vertx/core/VertxOptions;
    MethodParameters:
              Name  Flags
      cacheManager  

  public <K, V> void asyncMapStreams(io.vertx.core.shareddata.AsyncMap<K, V>);
    descriptor: (Lio/vertx/core/shareddata/AsyncMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // examples.Examples this
        start local 1 // io.vertx.core.shareddata.AsyncMap asyncMap
         0: .line 71
            aload 1 /* asyncMap */
            invokestatic io.vertx.ext.cluster.infinispan.InfinispanAsyncMap.unwrap:(Lio/vertx/core/shareddata/AsyncMap;)Lio/vertx/ext/cluster/infinispan/InfinispanAsyncMap;
            astore 2 /* infinispanAsyncMap */
        start local 2 // io.vertx.ext.cluster.infinispan.InfinispanAsyncMap infinispanAsyncMap
         1: .line 72
            aload 2 /* infinispanAsyncMap */
            invokeinterface io.vertx.ext.cluster.infinispan.InfinispanAsyncMap.keyStream:()Lio/vertx/core/streams/ReadStream;
            pop
         2: .line 73
            aload 2 /* infinispanAsyncMap */
            invokeinterface io.vertx.ext.cluster.infinispan.InfinispanAsyncMap.valueStream:()Lio/vertx/core/streams/ReadStream;
            pop
         3: .line 74
            aload 2 /* infinispanAsyncMap */
            invokeinterface io.vertx.ext.cluster.infinispan.InfinispanAsyncMap.entryStream:()Lio/vertx/core/streams/ReadStream;
            pop
         4: .line 75
            return
        end local 2 // io.vertx.ext.cluster.infinispan.InfinispanAsyncMap infinispanAsyncMap
        end local 1 // io.vertx.core.shareddata.AsyncMap asyncMap
        end local 0 // examples.Examples this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lexamples/Examples;
            0    5     1            asyncMap  Lio/vertx/core/shareddata/AsyncMap<TK;TV;>;
            1    5     2  infinispanAsyncMap  Lio/vertx/ext/cluster/infinispan/InfinispanAsyncMap<TK;TV;>;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lio/vertx/core/shareddata/AsyncMap<TK;TV;>;)V
    MethodParameters:
          Name  Flags
      asyncMap  

  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 78
            aload 1 /* vertx */
            iconst_1
            invokestatic io.vertx.ext.cluster.infinispan.ClusterHealthCheck.createProcedure:(Lio/vertx/core/Vertx;Z)Lio/vertx/ext/cluster/infinispan/ClusterHealthCheck;
            astore 2 /* procedure */
        start local 2 // io.vertx.core.Handler procedure
         1: .line 79
            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 80
            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 83
            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 84
            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 85
            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  

  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 48
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 2
         1: .line 49
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.Vertx
            pop
         2: .line 53
      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 62
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 2
         1: .line 63
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.Vertx
            pop
         2: .line 67
      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
  public abstract Entry = java.util.Map$Entry of java.util.Map