public class io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService implements io.vertx.servicediscovery.spi.ServiceDiscoveryBackend, org.apache.curator.framework.state.ConnectionStateListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService
  super_class: java.lang.Object
{
  private static final java.nio.charset.Charset CHARSET;
    descriptor: Ljava/nio/charset/Charset;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private org.apache.curator.framework.CuratorFramework client;
    descriptor: Lorg/apache/curator/framework/CuratorFramework;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String basePath;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private boolean ephemeral;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean guaranteed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.Vertx vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.curator.framework.state.ConnectionState connectionState;
    descriptor: Lorg/apache/curator/framework/state/ConnectionState;
    flags: (0x0002) ACC_PRIVATE

  private boolean canBeReadOnly;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int connectionTimeoutMs;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private static volatile int[] $SWITCH_TABLE$org$apache$curator$framework$state$ConnectionState;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 30
            ldc "UTF-8"
            invokestatic java.nio.charset.Charset.forName:(Ljava/lang/String;)Ljava/nio/charset/Charset;
            putstatic io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.CHARSET:Ljava/nio/charset/Charset;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            getstatic org.apache.curator.framework.state.ConnectionState.LOST:Lorg/apache/curator/framework/state/ConnectionState;
            putfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.connectionState:Lorg/apache/curator/framework/state/ConnectionState;
         2: .line 28
            return
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;

  public void init(io.vertx.core.Vertx, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.core.json.JsonObject configuration
         0: .line 42
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.vertx:Lio/vertx/core/Vertx;
         1: .line 43
            aload 2 /* configuration */
            ldc "connection"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* connection */
        start local 3 // java.lang.String connection
         2: .line 44
            aload 2 /* configuration */
            ldc "maxRetries"
            iconst_3
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.core.json.JsonObject.getInteger:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            istore 4 /* maxRetries */
        start local 4 // int maxRetries
         3: .line 45
            aload 2 /* configuration */
         4: .line 46
            ldc "baseSleepTimeBetweenRetries"
            sipush 1000
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.core.json.JsonObject.getInteger:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
         5: .line 45
            istore 5 /* baseGraceBetweenRetries */
        start local 5 // int baseGraceBetweenRetries
         6: .line 47
            aload 0 /* this */
            aload 2 /* configuration */
            ldc "canBeReadOnly"
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.vertx.core.json.JsonObject.getBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            putfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.canBeReadOnly:Z
         7: .line 48
            aload 0 /* this */
            aload 2 /* configuration */
            ldc "connectionTimeoutMs"
            sipush 1000
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.core.json.JsonObject.getInteger:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.connectionTimeoutMs:I
         8: .line 49
            aload 0 /* this */
            aload 2 /* configuration */
            ldc "basePath"
            ldc "/services"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            putfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.basePath:Ljava/lang/String;
         9: .line 50
            aload 0 /* this */
            aload 2 /* configuration */
            ldc "ephemeral"
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.vertx.core.json.JsonObject.getBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            putfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.ephemeral:Z
        10: .line 51
            aload 0 /* this */
            aload 2 /* configuration */
            ldc "guaranteed"
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.vertx.core.json.JsonObject.getBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            putfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.guaranteed:Z
        11: .line 53
            aload 0 /* this */
            invokestatic org.apache.curator.framework.CuratorFrameworkFactory.builder:()Lorg/apache/curator/framework/CuratorFrameworkFactory$Builder;
        12: .line 54
            aload 0 /* this */
            getfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.canBeReadOnly:Z
            invokevirtual org.apache.curator.framework.CuratorFrameworkFactory$Builder.canBeReadOnly:(Z)Lorg/apache/curator/framework/CuratorFrameworkFactory$Builder;
        13: .line 55
            aload 3 /* connection */
            invokevirtual org.apache.curator.framework.CuratorFrameworkFactory$Builder.connectString:(Ljava/lang/String;)Lorg/apache/curator/framework/CuratorFrameworkFactory$Builder;
        14: .line 56
            aload 0 /* this */
            getfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.connectionTimeoutMs:I
            invokevirtual org.apache.curator.framework.CuratorFrameworkFactory$Builder.connectionTimeoutMs:(I)Lorg/apache/curator/framework/CuratorFrameworkFactory$Builder;
        15: .line 57
            new org.apache.curator.retry.ExponentialBackoffRetry
            dup
            iload 5 /* baseGraceBetweenRetries */
            iload 4 /* maxRetries */
            invokespecial org.apache.curator.retry.ExponentialBackoffRetry.<init>:(II)V
            invokevirtual org.apache.curator.framework.CuratorFrameworkFactory$Builder.retryPolicy:(Lorg/apache/curator/RetryPolicy;)Lorg/apache/curator/framework/CuratorFrameworkFactory$Builder;
        16: .line 58
            invokevirtual org.apache.curator.framework.CuratorFrameworkFactory$Builder.build:()Lorg/apache/curator/framework/CuratorFramework;
        17: .line 53
            putfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.client:Lorg/apache/curator/framework/CuratorFramework;
        18: .line 59
            aload 0 /* this */
            getfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.client:Lorg/apache/curator/framework/CuratorFramework;
            invokeinterface org.apache.curator.framework.CuratorFramework.getConnectionStateListenable:()Lorg/apache/curator/framework/listen/Listenable;
            aload 0 /* this */
            invokeinterface org.apache.curator.framework.listen.Listenable.addListener:(Ljava/lang/Object;)V
        19: .line 60
            aload 0 /* this */
            getfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.client:Lorg/apache/curator/framework/CuratorFramework;
            invokeinterface org.apache.curator.framework.CuratorFramework.start:()V
        20: .line 61
            return
        end local 5 // int baseGraceBetweenRetries
        end local 4 // int maxRetries
        end local 3 // java.lang.String connection
        end local 2 // io.vertx.core.json.JsonObject configuration
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   21     0                     this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0   21     1                    vertx  Lio/vertx/core/Vertx;
            0   21     2            configuration  Lio/vertx/core/json/JsonObject;
            2   21     3               connection  Ljava/lang/String;
            3   21     4               maxRetries  I
            6   21     5  baseGraceBetweenRetries  I
    MethodParameters:
               Name  Flags
      vertx          
      configuration  

  public void store(io.vertx.servicediscovery.Record, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.servicediscovery.Record>>);
    descriptor: (Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 1 // io.vertx.servicediscovery.Record record
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 65
            aload 1 /* record */
            invokevirtual io.vertx.servicediscovery.Record.getRegistration:()Ljava/lang/String;
            ifnull 3
         1: .line 66
            aload 2 /* resultHandler */
            ldc "The record has already been registered"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 67
            return
         3: .line 69
      StackMap locals:
      StackMap stack:
            invokestatic java.util.UUID.randomUUID:()Ljava/util/UUID;
            invokevirtual java.util.UUID.toString:()Ljava/lang/String;
            astore 3 /* uuid */
        start local 3 // java.lang.String uuid
         4: .line 70
            aload 1 /* record */
            aload 3 /* uuid */
            invokevirtual io.vertx.servicediscovery.Record.setRegistration:(Ljava/lang/String;)Lio/vertx/servicediscovery/Record;
            pop
         5: .line 72
            aload 1 /* record */
            invokevirtual io.vertx.servicediscovery.Record.toJson:()Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.encode:()Ljava/lang/String;
            astore 4 /* content */
        start local 4 // java.lang.String content
         6: .line 73
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            astore 5 /* context */
        start local 5 // io.vertx.core.Context context
         7: .line 75
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* resultHandler */
            aload 5 /* context */
            aload 1 /* record */
            aload 4 /* content */
            invokedynamic handle(Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;Lio/vertx/core/Handler;Lio/vertx/core/Context;Lio/vertx/servicediscovery/Record;Ljava/lang/String;)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/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$0(Lio/vertx/core/Handler;Lio/vertx/core/Context;Lio/vertx/servicediscovery/Record;Ljava/lang/String;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.ensureConnected:(Lio/vertx/core/Handler;)V
         8: .line 93
            return
        end local 5 // io.vertx.core.Context context
        end local 4 // java.lang.String content
        end local 3 // java.lang.String uuid
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.servicediscovery.Record record
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0    9     1         record  Lio/vertx/servicediscovery/Record;
            0    9     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;
            4    9     3           uuid  Ljava/lang/String;
            6    9     4        content  Ljava/lang/String;
            7    9     5        context  Lio/vertx/core/Context;
    Signature: (Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;)V
    MethodParameters:
               Name  Flags
      record         
      resultHandler  

  private java.lang.String getPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 1 // java.lang.String registration
         0: .line 96
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.basePath:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "/"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* registration */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.String registration
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0    1     1  registration  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      registration  

  private void callback(io.vertx.core.Context, io.vertx.servicediscovery.Record, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.servicediscovery.Record>>, org.apache.curator.framework.api.CuratorEvent);
    descriptor: (Lio/vertx/core/Context;Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;Lorg/apache/curator/framework/api/CuratorEvent;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 1 // io.vertx.core.Context context
        start local 2 // io.vertx.servicediscovery.Record record
        start local 3 // io.vertx.core.Handler resultHandler
        start local 4 // org.apache.curator.framework.api.CuratorEvent curatorEvent
         0: .line 100
            aload 0 /* this */
            aload 1 /* context */
            aload 4 /* curatorEvent */
            aload 3 /* resultHandler */
            aload 2 /* record */
            invokedynamic run(Lorg/apache/curator/framework/api/CuratorEvent;Lio/vertx/core/Handler;Lio/vertx/servicediscovery/Record;)Ljava/lang/Runnable;
              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:
                  ()V
                  io/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$3(Lorg/apache/curator/framework/api/CuratorEvent;Lio/vertx/core/Handler;Lio/vertx/servicediscovery/Record;)V (6)
                  ()V
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.runOnContextIfPossible:(Lio/vertx/core/Context;Ljava/lang/Runnable;)V
         1: .line 109
            return
        end local 4 // org.apache.curator.framework.api.CuratorEvent curatorEvent
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.servicediscovery.Record record
        end local 1 // io.vertx.core.Context context
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0    2     1        context  Lio/vertx/core/Context;
            0    2     2         record  Lio/vertx/servicediscovery/Record;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;
            0    2     4   curatorEvent  Lorg/apache/curator/framework/api/CuratorEvent;
    Signature: (Lio/vertx/core/Context;Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;Lorg/apache/curator/framework/api/CuratorEvent;)V
    MethodParameters:
               Name  Flags
      context        
      record         
      resultHandler  
      curatorEvent   

  public void remove(io.vertx.servicediscovery.Record, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.servicediscovery.Record>>);
    descriptor: (Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 1 // io.vertx.servicediscovery.Record record
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 113
            aload 1 /* record */
            invokevirtual io.vertx.servicediscovery.Record.getRegistration:()Ljava/lang/String;
            ldc "No registration id in the record"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 114
            aload 0 /* this */
            aload 1 /* record */
            invokevirtual io.vertx.servicediscovery.Record.getRegistration:()Ljava/lang/String;
            aload 2 /* resultHandler */
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.remove:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         2: .line 115
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.servicediscovery.Record record
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0    3     1         record  Lio/vertx/servicediscovery/Record;
            0    3     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;
    Signature: (Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;)V
    MethodParameters:
               Name  Flags
      record         
      resultHandler  

  public void remove(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.servicediscovery.Record>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 1 // java.lang.String uuid
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 119
            aload 1 /* uuid */
            ldc "No registration id in the record"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 120
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            astore 3 /* context */
        start local 3 // io.vertx.core.Context context
         2: .line 122
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* resultHandler */
            aload 3 /* context */
            aload 1 /* uuid */
            invokedynamic handle(Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;Lio/vertx/core/Handler;Lio/vertx/core/Context;Ljava/lang/String;)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/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$4(Lio/vertx/core/Handler;Lio/vertx/core/Context;Ljava/lang/String;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.ensureConnected:(Lio/vertx/core/Handler;)V
         3: .line 151
            return
        end local 3 // io.vertx.core.Context context
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String uuid
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0    4     1           uuid  Ljava/lang/String;
            0    4     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;
            2    4     3        context  Lio/vertx/core/Context;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;)V
    MethodParameters:
               Name  Flags
      uuid           
      resultHandler  

  private void getRecordById(io.vertx.core.Context, java.lang.String, io.vertx.core.Handler<io.vertx.servicediscovery.Record>);
    descriptor: (Lio/vertx/core/Context;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 1 // io.vertx.core.Context context
        start local 2 // java.lang.String uuid
        start local 3 // io.vertx.core.Handler handler
         0: .line 154
            aload 0 /* this */
            aload 0 /* this */
            aload 3 /* handler */
            aload 1 /* context */
            aload 2 /* uuid */
            invokedynamic handle(Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;Lio/vertx/core/Handler;Lio/vertx/core/Context;Ljava/lang/String;)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/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$8(Lio/vertx/core/Handler;Lio/vertx/core/Context;Ljava/lang/String;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.ensureConnected:(Lio/vertx/core/Handler;)V
         1: .line 177
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String uuid
        end local 1 // io.vertx.core.Context context
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0    2     1  context  Lio/vertx/core/Context;
            0    2     2     uuid  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/servicediscovery/Record;>;
    Signature: (Lio/vertx/core/Context;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/servicediscovery/Record;>;)V
    MethodParameters:
         Name  Flags
      context  
      uuid     
      handler  

  private void runOnContextIfPossible(io.vertx.core.Context, java.lang.Runnable);
    descriptor: (Lio/vertx/core/Context;Ljava/lang/Runnable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 1 // io.vertx.core.Context context
        start local 2 // java.lang.Runnable runnable
         0: .line 180
            aload 1 /* context */
            ifnull 3
         1: .line 181
            aload 1 /* context */
            aload 2 /* runnable */
            invokedynamic handle(Ljava/lang/Runnable;)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/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$11(Ljava/lang/Runnable;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         2: .line 182
            goto 4
         3: .line 183
      StackMap locals:
      StackMap stack:
            aload 2 /* runnable */
            invokeinterface java.lang.Runnable.run:()V
         4: .line 185
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Runnable runnable
        end local 1 // io.vertx.core.Context context
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0    5     1   context  Lio/vertx/core/Context;
            0    5     2  runnable  Ljava/lang/Runnable;
    MethodParameters:
          Name  Flags
      context   
      runnable  

  public void update(io.vertx.servicediscovery.Record, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 1 // io.vertx.servicediscovery.Record record
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 189
            aload 1 /* record */
            invokevirtual io.vertx.servicediscovery.Record.getRegistration:()Ljava/lang/String;
            ldc "No registration id in the record"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 190
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            astore 3 /* context */
        start local 3 // io.vertx.core.Context context
         2: .line 191
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* resultHandler */
            aload 3 /* context */
            aload 1 /* record */
            invokedynamic handle(Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;Lio/vertx/core/Handler;Lio/vertx/core/Context;Lio/vertx/servicediscovery/Record;)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/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$12(Lio/vertx/core/Handler;Lio/vertx/core/Context;Lio/vertx/servicediscovery/Record;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.ensureConnected:(Lio/vertx/core/Handler;)V
         3: .line 214
            return
        end local 3 // io.vertx.core.Context context
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.servicediscovery.Record record
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0    4     1         record  Lio/vertx/servicediscovery/Record;
            0    4     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            2    4     3        context  Lio/vertx/core/Context;
    Signature: (Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
               Name  Flags
      record         
      resultHandler  

  public void getRecords(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<io.vertx.servicediscovery.Record>>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 218
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            astore 2 /* context */
        start local 2 // io.vertx.core.Context context
         1: .line 219
            aload 0 /* this */
         2: .line 220
            aload 0 /* this */
            aload 1 /* resultHandler */
            aload 2 /* context */
            invokedynamic handle(Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;Lio/vertx/core/Handler;Lio/vertx/core/Context;)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/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$16(Lio/vertx/core/Handler;Lio/vertx/core/Context;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
         3: .line 219
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.ensureConnected:(Lio/vertx/core/Handler;)V
         4: .line 258
            return
        end local 2 // io.vertx.core.Context context
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0    5     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/servicediscovery/Record;>;>;>;
            1    5     2        context  Lio/vertx/core/Context;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/servicediscovery/Record;>;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public void getRecord(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.servicediscovery.Record>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 1 // java.lang.String uuid
        start local 2 // io.vertx.core.Handler handler
         0: .line 262
            aload 1 /* uuid */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 263
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            astore 3 /* context */
        start local 3 // io.vertx.core.Context context
         2: .line 265
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* handler */
            aload 3 /* context */
            aload 1 /* uuid */
            invokedynamic handle(Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;Lio/vertx/core/Handler;Lio/vertx/core/Context;Ljava/lang/String;)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/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$21(Lio/vertx/core/Handler;Lio/vertx/core/Context;Ljava/lang/String;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.ensureConnected:(Lio/vertx/core/Handler;)V
         3: .line 291
            return
        end local 3 // io.vertx.core.Context context
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String uuid
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0    4     1     uuid  Ljava/lang/String;
            0    4     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;
            2    4     3  context  Lio/vertx/core/Context;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;)V
    MethodParameters:
         Name  Flags
      uuid     
      handler  

  public synchronized void stateChanged(org.apache.curator.framework.CuratorFramework, org.apache.curator.framework.state.ConnectionState);
    descriptor: (Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/state/ConnectionState;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 1 // org.apache.curator.framework.CuratorFramework client
        start local 2 // org.apache.curator.framework.state.ConnectionState newState
         0: .line 295
            aload 0 /* this */
            aload 2 /* newState */
            putfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.connectionState:Lorg/apache/curator/framework/state/ConnectionState;
         1: .line 296
            return
        end local 2 // org.apache.curator.framework.state.ConnectionState newState
        end local 1 // org.apache.curator.framework.CuratorFramework client
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0    2     1    client  Lorg/apache/curator/framework/CuratorFramework;
            0    2     2  newState  Lorg/apache/curator/framework/state/ConnectionState;
    MethodParameters:
          Name  Flags
      client    
      newState  

  private synchronized void ensureConnected(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 1 // io.vertx.core.Handler handler
         0: .line 299
            invokestatic io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.$SWITCH_TABLE$org$apache$curator$framework$state$ConnectionState:()[I
            aload 0 /* this */
            getfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.connectionState:Lorg/apache/curator/framework/state/ConnectionState;
            invokevirtual org.apache.curator.framework.state.ConnectionState.ordinal:()I
            iaload
            tableswitch { // 1 - 5
                    1: 1
                    2: 6
                    3: 1
                    4: 6
                    5: 3
              default: 10
          }
         1: .line 302
      StackMap locals:
      StackMap stack:
            aload 1 /* handler */
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 303
            goto 10
         3: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.canBeReadOnly:Z
            ifeq 6
         4: .line 306
            aload 1 /* handler */
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         5: .line 307
            goto 10
         6: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.vertx:Lio/vertx/core/Vertx;
         7: .line 312
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;)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/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$25(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
         8: .line 322
            aload 1 /* handler */
            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/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$26(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
         9: .line 311
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
        10: .line 332
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0   11     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  static int[] $SWITCH_TABLE$org$apache$curator$framework$state$ConnectionState();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 28
            getstatic io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.$SWITCH_TABLE$org$apache$curator$framework$state$ConnectionState:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.apache.curator.framework.state.ConnectionState.values:()[Lorg/apache/curator/framework/state/ConnectionState;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.apache.curator.framework.state.ConnectionState.CONNECTED:Lorg/apache/curator/framework/state/ConnectionState;
            invokevirtual org.apache.curator.framework.state.ConnectionState.ordinal:()I
            iconst_1
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.apache.curator.framework.state.ConnectionState.LOST:Lorg/apache/curator/framework/state/ConnectionState;
            invokevirtual org.apache.curator.framework.state.ConnectionState.ordinal:()I
            iconst_4
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.apache.curator.framework.state.ConnectionState.READ_ONLY:Lorg/apache/curator/framework/state/ConnectionState;
            invokevirtual org.apache.curator.framework.state.ConnectionState.ordinal:()I
            iconst_5
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.apache.curator.framework.state.ConnectionState.RECONNECTED:Lorg/apache/curator/framework/state/ConnectionState;
            invokevirtual org.apache.curator.framework.state.ConnectionState.ordinal:()I
            iconst_3
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.apache.curator.framework.state.ConnectionState.SUSPENDED:Lorg/apache/curator/framework/state/ConnectionState;
            invokevirtual org.apache.curator.framework.state.ConnectionState.ordinal:()I
            iconst_2
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            dup
            putstatic io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.$SWITCH_TABLE$org$apache$curator$framework$state$ConnectionState:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError

  private void lambda$0(io.vertx.core.Handler, io.vertx.core.Context, io.vertx.servicediscovery.Record, java.lang.String, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Context;Lio/vertx/servicediscovery/Record;Ljava/lang/String;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=7, args_size=6
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 5 // io.vertx.core.AsyncResult x
         0: .line 76
            aload 5 /* x */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 77
            aload 1
            aload 5 /* x */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 78
            goto 14
         3: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.client:Lorg/apache/curator/framework/CuratorFramework;
            invokeinterface org.apache.curator.framework.CuratorFramework.create:()Lorg/apache/curator/framework/api/CreateBuilder;
         4: .line 81
            invokeinterface org.apache.curator.framework.api.CreateBuilder.creatingParentsIfNeeded:()Lorg/apache/curator/framework/api/ProtectACLCreateModePathAndBytesable;
         5: .line 82
            aload 0 /* this */
            getfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.ephemeral:Z
            ifeq 6
            getstatic org.apache.zookeeper.CreateMode.EPHEMERAL:Lorg/apache/zookeeper/CreateMode;
            goto 7
      StackMap locals:
      StackMap stack: org.apache.curator.framework.api.ProtectACLCreateModePathAndBytesable
         6: getstatic org.apache.zookeeper.CreateMode.PERSISTENT:Lorg/apache/zookeeper/CreateMode;
      StackMap locals: io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService io.vertx.core.Handler io.vertx.core.Context io.vertx.servicediscovery.Record java.lang.String io.vertx.core.AsyncResult
      StackMap stack: org.apache.curator.framework.api.ProtectACLCreateModePathAndBytesable org.apache.zookeeper.CreateMode
         7: invokeinterface org.apache.curator.framework.api.ProtectACLCreateModePathAndBytesable.withMode:(Lorg/apache/zookeeper/CreateMode;)Ljava/lang/Object;
            checkcast org.apache.curator.framework.api.ACLBackgroundPathAndBytesable
         8: .line 83
            aload 0 /* this */
            aload 2
            aload 3
            aload 1
            invokedynamic processResult(Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;Lio/vertx/core/Context;Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;)Lorg/apache/curator/framework/api/BackgroundCallback;
              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:
                  (Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V
                  io/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$1(Lio/vertx/core/Context;Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V (7)
                  (Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V
            invokeinterface org.apache.curator.framework.api.ACLBackgroundPathAndBytesable.inBackground:(Lorg/apache/curator/framework/api/BackgroundCallback;)Ljava/lang/Object;
            checkcast org.apache.curator.framework.api.ErrorListenerPathAndBytesable
         9: .line 85
            aload 1
            invokedynamic unhandledError(Lio/vertx/core/Handler;)Lorg/apache/curator/framework/api/UnhandledErrorListener;
              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/String;Ljava/lang/Throwable;)V
                  io/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$2(Lio/vertx/core/Handler;Ljava/lang/String;Ljava/lang/Throwable;)V (6)
                  (Ljava/lang/String;Ljava/lang/Throwable;)V
            invokeinterface org.apache.curator.framework.api.ErrorListenerPathAndBytesable.withUnhandledErrorListener:(Lorg/apache/curator/framework/api/UnhandledErrorListener;)Lorg/apache/curator/framework/api/PathAndBytesable;
        10: .line 87
            aload 0 /* this */
            aload 3
            invokevirtual io.vertx.servicediscovery.Record.getRegistration:()Ljava/lang/String;
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.getPath:(Ljava/lang/String;)Ljava/lang/String;
            aload 4
            getstatic io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.CHARSET:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            invokeinterface org.apache.curator.framework.api.PathAndBytesable.forPath:(Ljava/lang/String;[B)Ljava/lang/Object;
            pop
        11: .line 88
            goto 14
      StackMap locals:
      StackMap stack: java.lang.Exception
        12: astore 6 /* e */
        start local 6 // java.lang.Exception e
        13: .line 89
            aload 1
            aload 6 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 6 // java.lang.Exception e
        14: .line 92
      StackMap locals:
      StackMap stack:
            return
        end local 5 // io.vertx.core.AsyncResult x
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0   15     5     x  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
           13   14     6     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           3    11      12  Class java.lang.Exception

  private static void lambda$3(org.apache.curator.framework.api.CuratorEvent, io.vertx.core.Handler, io.vertx.servicediscovery.Record);
    descriptor: (Lorg/apache/curator/framework/api/CuratorEvent;Lio/vertx/core/Handler;Lio/vertx/servicediscovery/Record;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=4, args_size=3
         0: .line 101
            aload 0
            invokeinterface org.apache.curator.framework.api.CuratorEvent.getResultCode:()I
            getstatic org.apache.zookeeper.KeeperException$Code.OK:Lorg/apache/zookeeper/KeeperException$Code;
            invokevirtual org.apache.zookeeper.KeeperException$Code.intValue:()I
            if_icmpne 3
         1: .line 102
            aload 1
            aload 2
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 103
            goto 6
         3: .line 105
      StackMap locals:
      StackMap stack:
            aload 0
            invokeinterface org.apache.curator.framework.api.CuratorEvent.getResultCode:()I
            invokestatic org.apache.zookeeper.KeeperException$Code.get:(I)Lorg/apache/zookeeper/KeeperException$Code;
         4: .line 104
            astore 3 /* code */
        start local 3 // org.apache.zookeeper.KeeperException$Code code
         5: .line 106
            aload 1
            aload 3 /* code */
            invokestatic org.apache.zookeeper.KeeperException.create:(Lorg/apache/zookeeper/KeeperException$Code;)Lorg/apache/zookeeper/KeeperException;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 3 // org.apache.zookeeper.KeeperException$Code code
         6: .line 108
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            5    6     3  code  Lorg/apache/zookeeper/KeeperException$Code;

  private void lambda$4(io.vertx.core.Handler, io.vertx.core.Context, java.lang.String, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Context;Ljava/lang/String;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 4 // io.vertx.core.AsyncResult x
         0: .line 123
            aload 4 /* x */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 124
            aload 1
            aload 4 /* x */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 125
            goto 4
         3: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2
            aload 3
            aload 0 /* this */
            aload 1
            aload 3
            aload 2
            invokedynamic handle(Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;Lio/vertx/core/Handler;Ljava/lang/String;Lio/vertx/core/Context;)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/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$5(Lio/vertx/core/Handler;Ljava/lang/String;Lio/vertx/core/Context;Lio/vertx/servicediscovery/Record;)V (7)
                  (Lio/vertx/servicediscovery/Record;)V
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.getRecordById:(Lio/vertx/core/Context;Ljava/lang/String;Lio/vertx/core/Handler;)V
         4: .line 150
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.vertx.core.AsyncResult x
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0    5     4     x  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$8(io.vertx.core.Handler, io.vertx.core.Context, java.lang.String, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Context;Ljava/lang/String;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 4 // io.vertx.core.AsyncResult x
         0: .line 155
            aload 4 /* x */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 156
            aload 1
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 157
            goto 9
         3: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.client:Lorg/apache/curator/framework/CuratorFramework;
            invokeinterface org.apache.curator.framework.CuratorFramework.getData:()Lorg/apache/curator/framework/api/GetDataBuilder;
         4: .line 160
            aload 0 /* this */
            aload 2
            aload 1
            invokedynamic processResult(Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;Lio/vertx/core/Context;Lio/vertx/core/Handler;)Lorg/apache/curator/framework/api/BackgroundCallback;
              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:
                  (Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V
                  io/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$9(Lio/vertx/core/Context;Lio/vertx/core/Handler;Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V (7)
                  (Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V
            invokeinterface org.apache.curator.framework.api.GetDataBuilder.inBackground:(Lorg/apache/curator/framework/api/BackgroundCallback;)Ljava/lang/Object;
            checkcast org.apache.curator.framework.api.ErrorListenerPathable
         5: .line 170
            aload 0 /* this */
            aload 3
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.getPath:(Ljava/lang/String;)Ljava/lang/String;
            invokeinterface org.apache.curator.framework.api.ErrorListenerPathable.forPath:(Ljava/lang/String;)Ljava/lang/Object;
            pop
         6: .line 171
            goto 9
      StackMap locals:
      StackMap stack: java.lang.Exception
         7: pop
         8: .line 172
            aload 1
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         9: .line 175
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.vertx.core.AsyncResult x
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0   10     4     x  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           3     6       7  Class java.lang.Exception

  private static void lambda$11(java.lang.Runnable, java.lang.Void);
    descriptor: (Ljava/lang/Runnable;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // java.lang.Void v
         0: .line 181
            aload 0
            invokeinterface java.lang.Runnable.run:()V
            return
        end local 1 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     v  Ljava/lang/Void;

  private void lambda$12(io.vertx.core.Handler, io.vertx.core.Context, io.vertx.servicediscovery.Record, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Context;Lio/vertx/servicediscovery/Record;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 4 // io.vertx.core.AsyncResult x
         0: .line 192
            aload 4 /* x */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 193
            aload 1
            aload 4 /* x */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 194
            goto 12
         3: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.client:Lorg/apache/curator/framework/CuratorFramework;
            invokeinterface org.apache.curator.framework.CuratorFramework.setData:()Lorg/apache/curator/framework/api/SetDataBuilder;
         4: .line 197
            aload 0 /* this */
            aload 2
            aload 1
            invokedynamic processResult(Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;Lio/vertx/core/Context;Lio/vertx/core/Handler;)Lorg/apache/curator/framework/api/BackgroundCallback;
              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:
                  (Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V
                  io/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$13(Lio/vertx/core/Context;Lio/vertx/core/Handler;Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V (7)
                  (Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V
            invokeinterface org.apache.curator.framework.api.SetDataBuilder.inBackground:(Lorg/apache/curator/framework/api/BackgroundCallback;)Ljava/lang/Object;
            checkcast org.apache.curator.framework.api.ErrorListenerPathAndBytesable
         5: .line 206
            aload 1
            invokedynamic unhandledError(Lio/vertx/core/Handler;)Lorg/apache/curator/framework/api/UnhandledErrorListener;
              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/String;Ljava/lang/Throwable;)V
                  io/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$15(Lio/vertx/core/Handler;Ljava/lang/String;Ljava/lang/Throwable;)V (6)
                  (Ljava/lang/String;Ljava/lang/Throwable;)V
            invokeinterface org.apache.curator.framework.api.ErrorListenerPathAndBytesable.withUnhandledErrorListener:(Lorg/apache/curator/framework/api/UnhandledErrorListener;)Lorg/apache/curator/framework/api/PathAndBytesable;
         6: .line 207
            aload 0 /* this */
            aload 3
            invokevirtual io.vertx.servicediscovery.Record.getRegistration:()Ljava/lang/String;
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.getPath:(Ljava/lang/String;)Ljava/lang/String;
         7: .line 208
            aload 3
            invokevirtual io.vertx.servicediscovery.Record.toJson:()Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.encode:()Ljava/lang/String;
            getstatic io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.CHARSET:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
         8: .line 207
            invokeinterface org.apache.curator.framework.api.PathAndBytesable.forPath:(Ljava/lang/String;[B)Ljava/lang/Object;
            pop
         9: .line 209
            goto 12
      StackMap locals:
      StackMap stack: java.lang.Exception
        10: astore 5 /* e */
        start local 5 // java.lang.Exception e
        11: .line 210
            aload 1
            aload 5 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 5 // java.lang.Exception e
        12: .line 213
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.vertx.core.AsyncResult x
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0   13     4     x  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
           11   12     5     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           3     9      10  Class java.lang.Exception

  private void lambda$16(io.vertx.core.Handler, io.vertx.core.Context, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Context;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 3 // io.vertx.core.AsyncResult x
         0: .line 221
            aload 3 /* x */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 222
            aload 1
            aload 3 /* x */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 223
            goto 10
         3: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.client:Lorg/apache/curator/framework/CuratorFramework;
            invokeinterface org.apache.curator.framework.CuratorFramework.getChildren:()Lorg/apache/curator/framework/api/GetChildrenBuilder;
         4: .line 226
            aload 0 /* this */
            aload 2
            aload 1
            invokedynamic processResult(Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;Lio/vertx/core/Context;Lio/vertx/core/Handler;)Lorg/apache/curator/framework/api/BackgroundCallback;
              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:
                  (Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V
                  io/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$17(Lio/vertx/core/Context;Lio/vertx/core/Handler;Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V (7)
                  (Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V
            invokeinterface org.apache.curator.framework.api.GetChildrenBuilder.inBackground:(Lorg/apache/curator/framework/api/BackgroundCallback;)Ljava/lang/Object;
            checkcast org.apache.curator.framework.api.ErrorListenerPathable
         5: .line 249
            aload 1
            invokedynamic unhandledError(Lio/vertx/core/Handler;)Lorg/apache/curator/framework/api/UnhandledErrorListener;
              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/String;Ljava/lang/Throwable;)V
                  io/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$20(Lio/vertx/core/Handler;Ljava/lang/String;Ljava/lang/Throwable;)V (6)
                  (Ljava/lang/String;Ljava/lang/Throwable;)V
            invokeinterface org.apache.curator.framework.api.ErrorListenerPathable.withUnhandledErrorListener:(Lorg/apache/curator/framework/api/UnhandledErrorListener;)Lorg/apache/curator/framework/api/Pathable;
         6: .line 250
            aload 0 /* this */
            getfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.basePath:Ljava/lang/String;
            invokeinterface org.apache.curator.framework.api.Pathable.forPath:(Ljava/lang/String;)Ljava/lang/Object;
            pop
         7: .line 251
            goto 10
      StackMap locals:
      StackMap stack: java.lang.Exception
         8: astore 4 /* e */
        start local 4 // java.lang.Exception e
         9: .line 252
            aload 1
            aload 4 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 4 // java.lang.Exception e
        10: .line 255
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.core.AsyncResult x
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0   11     3     x  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
            9   10     4     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           3     7       8  Class java.lang.Exception

  private void lambda$21(io.vertx.core.Handler, io.vertx.core.Context, java.lang.String, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Context;Ljava/lang/String;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 4 // io.vertx.core.AsyncResult x
         0: .line 266
            aload 4 /* x */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 267
            aload 1
            aload 4 /* x */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 268
            goto 10
         3: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.client:Lorg/apache/curator/framework/CuratorFramework;
            invokeinterface org.apache.curator.framework.CuratorFramework.getData:()Lorg/apache/curator/framework/api/GetDataBuilder;
         4: .line 271
            aload 0 /* this */
            aload 2
            aload 1
            invokedynamic processResult(Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;Lio/vertx/core/Context;Lio/vertx/core/Handler;)Lorg/apache/curator/framework/api/BackgroundCallback;
              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:
                  (Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V
                  io/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$22(Lio/vertx/core/Context;Lio/vertx/core/Handler;Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V (7)
                  (Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V
            invokeinterface org.apache.curator.framework.api.GetDataBuilder.inBackground:(Lorg/apache/curator/framework/api/BackgroundCallback;)Ljava/lang/Object;
            checkcast org.apache.curator.framework.api.ErrorListenerPathable
         5: .line 284
            aload 1
            invokedynamic unhandledError(Lio/vertx/core/Handler;)Lorg/apache/curator/framework/api/UnhandledErrorListener;
              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/String;Ljava/lang/Throwable;)V
                  io/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$24(Lio/vertx/core/Handler;Ljava/lang/String;Ljava/lang/Throwable;)V (6)
                  (Ljava/lang/String;Ljava/lang/Throwable;)V
            invokeinterface org.apache.curator.framework.api.ErrorListenerPathable.withUnhandledErrorListener:(Lorg/apache/curator/framework/api/UnhandledErrorListener;)Lorg/apache/curator/framework/api/Pathable;
         6: .line 285
            aload 0 /* this */
            aload 3
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.getPath:(Ljava/lang/String;)Ljava/lang/String;
            invokeinterface org.apache.curator.framework.api.Pathable.forPath:(Ljava/lang/String;)Ljava/lang/Object;
            pop
         7: .line 286
            goto 10
      StackMap locals:
      StackMap stack: java.lang.Exception
         8: astore 5 /* e */
        start local 5 // java.lang.Exception e
         9: .line 287
            aload 1
            aload 5 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 5 // java.lang.Exception e
        10: .line 290
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.vertx.core.AsyncResult x
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0   11     4     x  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
            9   10     5     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           3     7       8  Class java.lang.Exception

  private void lambda$25(io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 1 // io.vertx.core.Promise future
         0: .line 314
            aload 0 /* this */
            getfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.client:Lorg/apache/curator/framework/CuratorFramework;
            aload 0 /* this */
            getfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.connectionTimeoutMs:I
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            invokeinterface org.apache.curator.framework.CuratorFramework.blockUntilConnected:(ILjava/util/concurrent/TimeUnit;)Z
            ifeq 3
         1: .line 315
            aload 1 /* future */
            invokeinterface io.vertx.core.Promise.complete:()V
         2: .line 316
            goto 7
         3: .line 317
      StackMap locals:
      StackMap stack:
            aload 1 /* future */
            new java.util.concurrent.TimeoutException
            dup
            invokespecial java.util.concurrent.TimeoutException.<init>:()V
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
         4: .line 319
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Exception
         5: astore 2 /* e */
        start local 2 // java.lang.Exception e
         6: .line 320
            aload 1 /* future */
            aload 2 /* e */
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
        end local 2 // java.lang.Exception e
         7: .line 322
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Promise future
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0    8     1  future  Lio/vertx/core/Promise<Ljava/lang/Object;>;
            6    7     2       e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     4       5  Class java.lang.Exception

  private static void lambda$26(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 323
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 324
            aload 0
            getstatic org.apache.zookeeper.KeeperException$Code.CONNECTIONLOSS:Lorg/apache/zookeeper/KeeperException$Code;
            invokestatic org.apache.zookeeper.KeeperException.create:(Lorg/apache/zookeeper/KeeperException$Code;)Lorg/apache/zookeeper/KeeperException;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 325
            goto 4
         3: .line 326
      StackMap locals:
      StackMap stack:
            aload 0
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 328
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     1    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Object;>;

  private void lambda$1(io.vertx.core.Context, io.vertx.servicediscovery.Record, io.vertx.core.Handler, org.apache.curator.framework.CuratorFramework, org.apache.curator.framework.api.CuratorEvent);
    descriptor: (Lio/vertx/core/Context;Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 4 // org.apache.curator.framework.CuratorFramework curatorFramework
        start local 5 // org.apache.curator.framework.api.CuratorEvent curatorEvent
         0: .line 84
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 5 /* curatorEvent */
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.callback:(Lio/vertx/core/Context;Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;Lorg/apache/curator/framework/api/CuratorEvent;)V
            return
        end local 5 // org.apache.curator.framework.api.CuratorEvent curatorEvent
        end local 4 // org.apache.curator.framework.CuratorFramework curatorFramework
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0    1     4  curatorFramework  Lorg/apache/curator/framework/CuratorFramework;
            0    1     5      curatorEvent  Lorg/apache/curator/framework/api/CuratorEvent;
    Exceptions:
      throws java.lang.Exception

  private static void lambda$2(io.vertx.core.Handler, java.lang.String, java.lang.Throwable);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 1 // java.lang.String s
        start local 2 // java.lang.Throwable throwable
         0: .line 86
            aload 0
            aload 2 /* throwable */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 2 // java.lang.Throwable throwable
        end local 1 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     1          s  Ljava/lang/String;
            0    1     2  throwable  Ljava/lang/Throwable;

  private void lambda$5(io.vertx.core.Handler, java.lang.String, io.vertx.core.Context, io.vertx.servicediscovery.Record);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/String;Lio/vertx/core/Context;Lio/vertx/servicediscovery/Record;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 4 // io.vertx.servicediscovery.Record record
         0: .line 127
            aload 4 /* record */
            ifnonnull 3
         1: .line 128
            aload 1
            new java.lang.StringBuilder
            dup
            ldc "Unknown registration "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 129
            goto 14
         3: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.client:Lorg/apache/curator/framework/CuratorFramework;
            invokeinterface org.apache.curator.framework.CuratorFramework.delete:()Lorg/apache/curator/framework/api/DeleteBuilder;
            astore 5 /* delete */
        start local 5 // org.apache.curator.framework.api.DeleteBuilder delete
         4: .line 132
            aload 0 /* this */
            getfield io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.guaranteed:Z
            ifeq 6
         5: .line 133
            aload 5 /* delete */
            invokeinterface org.apache.curator.framework.api.DeleteBuilder.guaranteed:()Lorg/apache/curator/framework/api/ChildrenDeletable;
            pop
         6: .line 135
      StackMap locals: org.apache.curator.framework.api.DeleteBuilder
      StackMap stack:
            aload 5 /* delete */
         7: .line 136
            invokeinterface org.apache.curator.framework.api.DeleteBuilder.deletingChildrenIfNeeded:()Lorg/apache/curator/framework/api/BackgroundVersionable;
         8: .line 137
            aload 0 /* this */
            aload 3
            aload 4 /* record */
            aload 1
            invokedynamic processResult(Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;Lio/vertx/core/Context;Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;)Lorg/apache/curator/framework/api/BackgroundCallback;
              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:
                  (Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V
                  io/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$6(Lio/vertx/core/Context;Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V (7)
                  (Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V
            invokeinterface org.apache.curator.framework.api.BackgroundVersionable.inBackground:(Lorg/apache/curator/framework/api/BackgroundCallback;)Ljava/lang/Object;
            checkcast org.apache.curator.framework.api.ErrorListenerPathable
         9: .line 140
            aload 1
            invokedynamic unhandledError(Lio/vertx/core/Handler;)Lorg/apache/curator/framework/api/UnhandledErrorListener;
              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/String;Ljava/lang/Throwable;)V
                  io/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$7(Lio/vertx/core/Handler;Ljava/lang/String;Ljava/lang/Throwable;)V (6)
                  (Ljava/lang/String;Ljava/lang/Throwable;)V
            invokeinterface org.apache.curator.framework.api.ErrorListenerPathable.withUnhandledErrorListener:(Lorg/apache/curator/framework/api/UnhandledErrorListener;)Lorg/apache/curator/framework/api/Pathable;
        10: .line 143
            aload 0 /* this */
            aload 2
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.getPath:(Ljava/lang/String;)Ljava/lang/String;
            invokeinterface org.apache.curator.framework.api.Pathable.forPath:(Ljava/lang/String;)Ljava/lang/Object;
            pop
        end local 5 // org.apache.curator.framework.api.DeleteBuilder delete
        11: .line 144
            goto 14
      StackMap locals: io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService io.vertx.core.Handler java.lang.String io.vertx.core.Context io.vertx.servicediscovery.Record
      StackMap stack: java.lang.Exception
        12: astore 5 /* e */
        start local 5 // java.lang.Exception e
        13: .line 145
            aload 1
            aload 5 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 5 // java.lang.Exception e
        14: .line 148
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.vertx.servicediscovery.Record record
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0   15     4  record  Lio/vertx/servicediscovery/Record;
            4   11     5  delete  Lorg/apache/curator/framework/api/DeleteBuilder;
           13   14     5       e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           3    11      12  Class java.lang.Exception

  private void lambda$9(io.vertx.core.Context, io.vertx.core.Handler, org.apache.curator.framework.CuratorFramework, org.apache.curator.framework.api.CuratorEvent);
    descriptor: (Lio/vertx/core/Context;Lio/vertx/core/Handler;Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 3 // org.apache.curator.framework.CuratorFramework curatorFramework
        start local 4 // org.apache.curator.framework.api.CuratorEvent curatorEvent
         0: .line 161
            aload 0 /* this */
            aload 1
            aload 4 /* curatorEvent */
            aload 2
            invokedynamic run(Lorg/apache/curator/framework/api/CuratorEvent;Lio/vertx/core/Handler;)Ljava/lang/Runnable;
              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:
                  ()V
                  io/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$10(Lorg/apache/curator/framework/api/CuratorEvent;Lio/vertx/core/Handler;)V (6)
                  ()V
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.runOnContextIfPossible:(Lio/vertx/core/Context;Ljava/lang/Runnable;)V
         1: .line 169
            return
        end local 4 // org.apache.curator.framework.api.CuratorEvent curatorEvent
        end local 3 // org.apache.curator.framework.CuratorFramework curatorFramework
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0    2     3  curatorFramework  Lorg/apache/curator/framework/CuratorFramework;
            0    2     4      curatorEvent  Lorg/apache/curator/framework/api/CuratorEvent;
    Exceptions:
      throws java.lang.Exception

  private void lambda$13(io.vertx.core.Context, io.vertx.core.Handler, org.apache.curator.framework.CuratorFramework, org.apache.curator.framework.api.CuratorEvent);
    descriptor: (Lio/vertx/core/Context;Lio/vertx/core/Handler;Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 3 // org.apache.curator.framework.CuratorFramework framework
        start local 4 // org.apache.curator.framework.api.CuratorEvent event
         0: .line 198
            aload 0 /* this */
            aload 1
            aload 4 /* event */
            aload 2
            invokedynamic run(Lorg/apache/curator/framework/api/CuratorEvent;Lio/vertx/core/Handler;)Ljava/lang/Runnable;
              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:
                  ()V
                  io/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$14(Lorg/apache/curator/framework/api/CuratorEvent;Lio/vertx/core/Handler;)V (6)
                  ()V
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.runOnContextIfPossible:(Lio/vertx/core/Context;Ljava/lang/Runnable;)V
         1: .line 205
            return
        end local 4 // org.apache.curator.framework.api.CuratorEvent event
        end local 3 // org.apache.curator.framework.CuratorFramework framework
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0    2     3  framework  Lorg/apache/curator/framework/CuratorFramework;
            0    2     4      event  Lorg/apache/curator/framework/api/CuratorEvent;
    Exceptions:
      throws java.lang.Exception

  private static void lambda$15(io.vertx.core.Handler, java.lang.String, java.lang.Throwable);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable e
         0: .line 206
            aload 0
            aload 2 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 2 // java.lang.Throwable e
        end local 1 // java.lang.String message
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     1  message  Ljava/lang/String;
            0    1     2        e  Ljava/lang/Throwable;

  private void lambda$17(io.vertx.core.Context, io.vertx.core.Handler, org.apache.curator.framework.CuratorFramework, org.apache.curator.framework.api.CuratorEvent);
    descriptor: (Lio/vertx/core/Context;Lio/vertx/core/Handler;Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=10, args_size=5
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 3 // org.apache.curator.framework.CuratorFramework fmk
        start local 4 // org.apache.curator.framework.api.CuratorEvent event
         0: .line 227
            aload 4 /* event */
            invokeinterface org.apache.curator.framework.api.CuratorEvent.getChildren:()Ljava/util/List;
            astore 5 /* children */
        start local 5 // java.util.List children
         1: .line 228
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 6 /* futures */
        start local 6 // java.util.List futures
         2: .line 229
            aload 5 /* children */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 7
      StackMap locals: io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService io.vertx.core.Context io.vertx.core.Handler org.apache.curator.framework.CuratorFramework org.apache.curator.framework.api.CuratorEvent java.util.List java.util.List top java.util.Iterator
      StackMap stack:
         3: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 7 /* child */
        start local 7 // java.lang.String child
         4: .line 230
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 9 /* promise */
        start local 9 // io.vertx.core.Promise promise
         5: .line 231
            aload 0 /* this */
            aload 7 /* child */
            aload 9 /* promise */
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.getRecord:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         6: .line 232
            aload 6 /* futures */
            aload 9 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 9 // io.vertx.core.Promise promise
        end local 7 // java.lang.String child
         7: .line 229
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         8: .line 235
            aload 6 /* futures */
            invokestatic io.vertx.core.CompositeFuture.all:(Ljava/util/List;)Lio/vertx/core/CompositeFuture;
         9: .line 237
            aload 0 /* this */
            aload 1
            aload 2
            aload 6 /* futures */
            invokedynamic handle(Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;Lio/vertx/core/Context;Lio/vertx/core/Handler;Ljava/util/List;)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/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$18(Lio/vertx/core/Context;Lio/vertx/core/Handler;Ljava/util/List;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
        10: .line 236
            invokeinterface io.vertx.core.CompositeFuture.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/CompositeFuture;
            pop
        end local 6 // java.util.List futures
        end local 5 // java.util.List children
        11: .line 248
            return
        end local 4 // org.apache.curator.framework.api.CuratorEvent event
        end local 3 // org.apache.curator.framework.CuratorFramework fmk
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0   12     3       fmk  Lorg/apache/curator/framework/CuratorFramework;
            0   12     4     event  Lorg/apache/curator/framework/api/CuratorEvent;
            1   11     5  children  Ljava/util/List<Ljava/lang/String;>;
            2   11     6   futures  Ljava/util/List<Lio/vertx/core/Future;>;
            4    7     7     child  Ljava/lang/String;
            5    7     9   promise  Lio/vertx/core/Promise<Lio/vertx/servicediscovery/Record;>;
    Exceptions:
      throws java.lang.Exception

  private static void lambda$20(io.vertx.core.Handler, java.lang.String, java.lang.Throwable);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable e
         0: .line 249
            aload 0
            aload 2 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 2 // java.lang.Throwable e
        end local 1 // java.lang.String message
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     1  message  Ljava/lang/String;
            0    1     2        e  Ljava/lang/Throwable;

  private void lambda$22(io.vertx.core.Context, io.vertx.core.Handler, org.apache.curator.framework.CuratorFramework, org.apache.curator.framework.api.CuratorEvent);
    descriptor: (Lio/vertx/core/Context;Lio/vertx/core/Handler;Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 3 // org.apache.curator.framework.CuratorFramework fmk
        start local 4 // org.apache.curator.framework.api.CuratorEvent curatorEvent
         0: .line 272
            aload 0 /* this */
            aload 1
            aload 4 /* curatorEvent */
            aload 2
            invokedynamic run(Lorg/apache/curator/framework/api/CuratorEvent;Lio/vertx/core/Handler;)Ljava/lang/Runnable;
              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:
                  ()V
                  io/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$23(Lorg/apache/curator/framework/api/CuratorEvent;Lio/vertx/core/Handler;)V (6)
                  ()V
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.runOnContextIfPossible:(Lio/vertx/core/Context;Ljava/lang/Runnable;)V
         1: .line 283
            return
        end local 4 // org.apache.curator.framework.api.CuratorEvent curatorEvent
        end local 3 // org.apache.curator.framework.CuratorFramework fmk
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0    2     3           fmk  Lorg/apache/curator/framework/CuratorFramework;
            0    2     4  curatorEvent  Lorg/apache/curator/framework/api/CuratorEvent;
    Exceptions:
      throws java.lang.Exception

  private static void lambda$24(io.vertx.core.Handler, java.lang.String, java.lang.Throwable);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable e
         0: .line 284
            aload 0
            aload 2 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 2 // java.lang.Throwable e
        end local 1 // java.lang.String message
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     1  message  Ljava/lang/String;
            0    1     2        e  Ljava/lang/Throwable;

  private void lambda$6(io.vertx.core.Context, io.vertx.servicediscovery.Record, io.vertx.core.Handler, org.apache.curator.framework.CuratorFramework, org.apache.curator.framework.api.CuratorEvent);
    descriptor: (Lio/vertx/core/Context;Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;Lorg/apache/curator/framework/CuratorFramework;Lorg/apache/curator/framework/api/CuratorEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 4 // org.apache.curator.framework.CuratorFramework curatorFramework
        start local 5 // org.apache.curator.framework.api.CuratorEvent curatorEvent
         0: .line 138
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 5 /* curatorEvent */
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.callback:(Lio/vertx/core/Context;Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;Lorg/apache/curator/framework/api/CuratorEvent;)V
            return
        end local 5 // org.apache.curator.framework.api.CuratorEvent curatorEvent
        end local 4 // org.apache.curator.framework.CuratorFramework curatorFramework
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0    1     4  curatorFramework  Lorg/apache/curator/framework/CuratorFramework;
            0    1     5      curatorEvent  Lorg/apache/curator/framework/api/CuratorEvent;
    Exceptions:
      throws java.lang.Exception

  private static void lambda$7(io.vertx.core.Handler, java.lang.String, java.lang.Throwable);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 1 // java.lang.String s
        start local 2 // java.lang.Throwable throwable
         0: .line 141
            aload 0
            aload 2 /* throwable */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 2 // java.lang.Throwable throwable
        end local 1 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     1          s  Ljava/lang/String;
            0    1     2  throwable  Ljava/lang/Throwable;

  private static void lambda$10(org.apache.curator.framework.api.CuratorEvent, io.vertx.core.Handler);
    descriptor: (Lorg/apache/curator/framework/api/CuratorEvent;Lio/vertx/core/Handler;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=6, locals=3, args_size=2
         0: .line 162
            aload 0
            invokeinterface org.apache.curator.framework.api.CuratorEvent.getResultCode:()I
            getstatic org.apache.zookeeper.KeeperException$Code.OK:Lorg/apache/zookeeper/KeeperException$Code;
            invokevirtual org.apache.zookeeper.KeeperException$Code.intValue:()I
            if_icmpne 5
         1: .line 164
            new io.vertx.core.json.JsonObject
            dup
            new java.lang.String
            dup
            aload 0
            invokeinterface org.apache.curator.framework.api.CuratorEvent.getData:()[B
            getstatic io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.CHARSET:Ljava/nio/charset/Charset;
            invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
            invokespecial io.vertx.core.json.JsonObject.<init>:(Ljava/lang/String;)V
         2: .line 163
            astore 2 /* json */
        start local 2 // io.vertx.core.json.JsonObject json
         3: .line 165
            aload 1
            new io.vertx.servicediscovery.Record
            dup
            aload 2 /* json */
            invokespecial io.vertx.servicediscovery.Record.<init>:(Lio/vertx/core/json/JsonObject;)V
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 2 // io.vertx.core.json.JsonObject json
         4: .line 166
            goto 6
         5: .line 167
      StackMap locals:
      StackMap stack:
            aload 1
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         6: .line 169
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            3    4     2  json  Lio/vertx/core/json/JsonObject;

  private static void lambda$14(org.apache.curator.framework.api.CuratorEvent, io.vertx.core.Handler);
    descriptor: (Lorg/apache/curator/framework/api/CuratorEvent;Lio/vertx/core/Handler;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
         0: .line 199
            aload 0
            invokeinterface org.apache.curator.framework.api.CuratorEvent.getResultCode:()I
            getstatic org.apache.zookeeper.KeeperException$Code.OK:Lorg/apache/zookeeper/KeeperException$Code;
            invokevirtual org.apache.zookeeper.KeeperException$Code.intValue:()I
            if_icmpne 3
         1: .line 200
            aload 1
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 201
            goto 5
         3: .line 202
      StackMap locals:
      StackMap stack:
            aload 0
            invokeinterface org.apache.curator.framework.api.CuratorEvent.getResultCode:()I
            invokestatic org.apache.zookeeper.KeeperException$Code.get:(I)Lorg/apache/zookeeper/KeeperException$Code;
            astore 2 /* code */
        start local 2 // org.apache.zookeeper.KeeperException$Code code
         4: .line 203
            aload 1
            aload 2 /* code */
            invokestatic org.apache.zookeeper.KeeperException.create:(Lorg/apache/zookeeper/KeeperException$Code;)Lorg/apache/zookeeper/KeeperException;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 2 // org.apache.zookeeper.KeeperException$Code code
         5: .line 205
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            4    5     2  code  Lorg/apache/zookeeper/KeeperException$Code;

  private void lambda$18(io.vertx.core.Context, io.vertx.core.Handler, java.util.List, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Context;Lio/vertx/core/Handler;Ljava/util/List;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
        start local 4 // io.vertx.core.AsyncResult ar
         0: .line 237
            aload 0 /* this */
            aload 1
            aload 4 /* ar */
            aload 2
            aload 3
            invokedynamic run(Lio/vertx/core/AsyncResult;Lio/vertx/core/Handler;Ljava/util/List;)Ljava/lang/Runnable;
              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:
                  ()V
                  io/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService.lambda$19(Lio/vertx/core/AsyncResult;Lio/vertx/core/Handler;Ljava/util/List;)V (6)
                  ()V
            invokevirtual io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.runOnContextIfPossible:(Lio/vertx/core/Context;Ljava/lang/Runnable;)V
         1: .line 247
            return
        end local 4 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/servicediscovery/backend/zookeeper/ZookeeperBackendService;
            0    2     4    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/CompositeFuture;>;

  private static void lambda$23(org.apache.curator.framework.api.CuratorEvent, io.vertx.core.Handler);
    descriptor: (Lorg/apache/curator/framework/api/CuratorEvent;Lio/vertx/core/Handler;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=6, locals=3, args_size=2
         0: .line 273
            aload 0
            invokeinterface org.apache.curator.framework.api.CuratorEvent.getResultCode:()I
            getstatic org.apache.zookeeper.KeeperException$Code.OK:Lorg/apache/zookeeper/KeeperException$Code;
            invokevirtual org.apache.zookeeper.KeeperException$Code.intValue:()I
            if_icmpne 5
         1: .line 275
            new io.vertx.core.json.JsonObject
            dup
            new java.lang.String
            dup
            aload 0
            invokeinterface org.apache.curator.framework.api.CuratorEvent.getData:()[B
            getstatic io.vertx.servicediscovery.backend.zookeeper.ZookeeperBackendService.CHARSET:Ljava/nio/charset/Charset;
            invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
            invokespecial io.vertx.core.json.JsonObject.<init>:(Ljava/lang/String;)V
         2: .line 274
            astore 2 /* json */
        start local 2 // io.vertx.core.json.JsonObject json
         3: .line 276
            aload 1
            new io.vertx.servicediscovery.Record
            dup
            aload 2 /* json */
            invokespecial io.vertx.servicediscovery.Record.<init>:(Lio/vertx/core/json/JsonObject;)V
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 2 // io.vertx.core.json.JsonObject json
         4: .line 277
            goto 10
      StackMap locals:
      StackMap stack:
         5: aload 0
            invokeinterface org.apache.curator.framework.api.CuratorEvent.getResultCode:()I
            getstatic org.apache.zookeeper.KeeperException$Code.NONODE:Lorg/apache/zookeeper/KeeperException$Code;
            invokevirtual org.apache.zookeeper.KeeperException$Code.intValue:()I
            if_icmpne 8
         6: .line 278
            aload 1
            aconst_null
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         7: .line 279
            goto 10
         8: .line 280
      StackMap locals:
      StackMap stack:
            aload 0
            invokeinterface org.apache.curator.framework.api.CuratorEvent.getResultCode:()I
            invokestatic org.apache.zookeeper.KeeperException$Code.get:(I)Lorg/apache/zookeeper/KeeperException$Code;
            astore 2 /* code */
        start local 2 // org.apache.zookeeper.KeeperException$Code code
         9: .line 281
            aload 1
            aload 2 /* code */
            invokestatic org.apache.zookeeper.KeeperException.create:(Lorg/apache/zookeeper/KeeperException$Code;)Lorg/apache/zookeeper/KeeperException;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 2 // org.apache.zookeeper.KeeperException$Code code
        10: .line 283
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            3    4     2  json  Lio/vertx/core/json/JsonObject;
            9   10     2  code  Lorg/apache/zookeeper/KeeperException$Code;

  private static void lambda$19(io.vertx.core.AsyncResult, io.vertx.core.Handler, java.util.List);
    descriptor: (Lio/vertx/core/AsyncResult;Lio/vertx/core/Handler;Ljava/util/List;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=6, args_size=3
         0: .line 238
            aload 0
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 239
            aload 1
            aload 0
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 240
            goto 9
         3: .line 241
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* records */
        start local 3 // java.util.List records
         4: .line 242
            aload 2
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 7
      StackMap locals: io.vertx.core.AsyncResult io.vertx.core.Handler java.util.List java.util.List top java.util.Iterator
      StackMap stack:
         5: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.core.Future
            astore 4 /* future */
        start local 4 // io.vertx.core.Future future
         6: .line 243
            aload 3 /* records */
            aload 4 /* future */
            invokeinterface io.vertx.core.Future.result:()Ljava/lang/Object;
            checkcast io.vertx.servicediscovery.Record
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // io.vertx.core.Future future
         7: .line 242
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 245
            aload 1
            aload 3 /* records */
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 3 // java.util.List records
         9: .line 247
      StackMap locals: io.vertx.core.AsyncResult io.vertx.core.Handler java.util.List
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            4    9     3  records  Ljava/util/List<Lio/vertx/servicediscovery/Record;>;
            6    7     4   future  Lio/vertx/core/Future;
}
SourceFile: "ZookeeperBackendService.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public Builder = org.apache.curator.framework.CuratorFrameworkFactory$Builder of org.apache.curator.framework.CuratorFrameworkFactory
  public final Code = org.apache.zookeeper.KeeperException$Code of org.apache.zookeeper.KeeperException