public class io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper implements com.hazelcast.core.EntryListener<java.lang.String, io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper
  super_class: java.lang.Object
{
  private static final io.vertx.core.impl.logging.Logger log;
    descriptor: Lio/vertx/core/impl/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final io.vertx.core.impl.VertxInternal vertx;
    descriptor: Lio/vertx/core/impl/VertxInternal;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.hazelcast.multimap.MultiMap<java.lang.String, io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo> map;
    descriptor: Lcom/hazelcast/multimap/MultiMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/hazelcast/multimap/MultiMap<Ljava/lang/String;Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;>;

  private final io.vertx.core.spi.cluster.NodeSelector nodeSelector;
    descriptor: Lio/vertx/core/spi/cluster/NodeSelector;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.UUID listenerId;
    descriptor: Ljava/util/UUID;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.ConcurrentMap<java.lang.String, java.util.Set<io.vertx.core.spi.cluster.RegistrationInfo>> ownSubs;
    descriptor: Ljava/util/concurrent/ConcurrentMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/concurrent/ConcurrentMap<Ljava/lang/String;Ljava/util/Set<Lio/vertx/core/spi/cluster/RegistrationInfo;>;>;

  private final java.util.concurrent.locks.ReadWriteLock republishLock;
    descriptor: Ljava/util/concurrent/locks/ReadWriteLock;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 44
            ldc Lio/vertx/spi/cluster/hazelcast/impl/SubsMapHelper;
            invokestatic io.vertx.core.impl.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/impl/logging/Logger;
            putstatic io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.log:Lio/vertx/core/impl/logging/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(io.vertx.core.impl.VertxInternal, com.hazelcast.core.HazelcastInstance, io.vertx.core.spi.cluster.NodeSelector);
    descriptor: (Lio/vertx/core/impl/VertxInternal;Lcom/hazelcast/core/HazelcastInstance;Lio/vertx/core/spi/cluster/NodeSelector;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
        start local 1 // io.vertx.core.impl.VertxInternal vertx
        start local 2 // com.hazelcast.core.HazelcastInstance hazelcast
        start local 3 // io.vertx.core.spi.cluster.NodeSelector nodeSelector
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.ownSubs:Ljava/util/concurrent/ConcurrentMap;
         2: .line 52
            aload 0 /* this */
            new java.util.concurrent.locks.ReentrantReadWriteLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantReadWriteLock.<init>:()V
            putfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.republishLock:Ljava/util/concurrent/locks/ReadWriteLock;
         3: .line 55
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.vertx:Lio/vertx/core/impl/VertxInternal;
         4: .line 56
            aload 0 /* this */
            aload 2 /* hazelcast */
            ldc "__vertx.subs"
            invokeinterface com.hazelcast.core.HazelcastInstance.getMultiMap:(Ljava/lang/String;)Lcom/hazelcast/multimap/MultiMap;
            putfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.map:Lcom/hazelcast/multimap/MultiMap;
         5: .line 57
            aload 0 /* this */
            aload 3 /* nodeSelector */
            putfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.nodeSelector:Lio/vertx/core/spi/cluster/NodeSelector;
         6: .line 58
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.map:Lcom/hazelcast/multimap/MultiMap;
            aload 0 /* this */
            iconst_0
            invokeinterface com.hazelcast.multimap.MultiMap.addEntryListener:(Lcom/hazelcast/core/EntryListener;Z)Ljava/util/UUID;
            putfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.listenerId:Ljava/util/UUID;
         7: .line 59
            return
        end local 3 // io.vertx.core.spi.cluster.NodeSelector nodeSelector
        end local 2 // com.hazelcast.core.HazelcastInstance hazelcast
        end local 1 // io.vertx.core.impl.VertxInternal vertx
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lio/vertx/spi/cluster/hazelcast/impl/SubsMapHelper;
            0    8     1         vertx  Lio/vertx/core/impl/VertxInternal;
            0    8     2     hazelcast  Lcom/hazelcast/core/HazelcastInstance;
            0    8     3  nodeSelector  Lio/vertx/core/spi/cluster/NodeSelector;
    MethodParameters:
              Name  Flags
      vertx         
      hazelcast     
      nodeSelector  

  public java.util.List<io.vertx.core.spi.cluster.RegistrationInfo> get(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
        start local 1 // java.lang.String address
         0: .line 62
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.republishLock:Ljava/util/concurrent/locks/ReadWriteLock;
            invokeinterface java.util.concurrent.locks.ReadWriteLock.readLock:()Ljava/util/concurrent/locks/Lock;
            astore 2 /* readLock */
        start local 2 // java.util.concurrent.locks.Lock readLock
         1: .line 63
            aload 2 /* readLock */
            invokeinterface java.util.concurrent.locks.Lock.lock:()V
         2: .line 65
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* list */
        start local 3 // java.util.List list
         3: .line 66
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.map:Lcom/hazelcast/multimap/MultiMap;
            aload 1 /* address */
            invokeinterface com.hazelcast.multimap.MultiMap.get:(Ljava/lang/Object;)Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 5
            goto 6
      StackMap locals: io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper java.lang.String java.util.concurrent.locks.Lock java.util.List top java.util.Iterator
      StackMap stack:
         4: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo
            astore 4 /* registrationInfo */
        start local 4 // io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo registrationInfo
         5: .line 67
            aload 3 /* list */
            aload 4 /* registrationInfo */
            invokevirtual io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo.unwrap:()Lio/vertx/core/spi/cluster/RegistrationInfo;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo registrationInfo
         6: .line 66
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 69
            aload 3 /* list */
            astore 7
         8: .line 71
            aload 2 /* readLock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
         9: .line 69
            aload 7
            areturn
        end local 3 // java.util.List list
        10: .line 70
      StackMap locals: io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper java.lang.String java.util.concurrent.locks.Lock
      StackMap stack: java.lang.Throwable
            astore 6
        11: .line 71
            aload 2 /* readLock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
        12: .line 72
            aload 6
            athrow
        end local 2 // java.util.concurrent.locks.Lock readLock
        end local 1 // java.lang.String address
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   13     0              this  Lio/vertx/spi/cluster/hazelcast/impl/SubsMapHelper;
            0   13     1           address  Ljava/lang/String;
            1   13     2          readLock  Ljava/util/concurrent/locks/Lock;
            3   10     3              list  Ljava/util/List<Lio/vertx/core/spi/cluster/RegistrationInfo;>;
            5    6     4  registrationInfo  Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;
      Exception table:
        from    to  target  type
           2     8      10  any
    Signature: (Ljava/lang/String;)Ljava/util/List<Lio/vertx/core/spi/cluster/RegistrationInfo;>;
    MethodParameters:
         Name  Flags
      address  

  public void put(java.lang.String, io.vertx.core.spi.cluster.RegistrationInfo);
    descriptor: (Ljava/lang/String;Lio/vertx/core/spi/cluster/RegistrationInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
        start local 1 // java.lang.String address
        start local 2 // io.vertx.core.spi.cluster.RegistrationInfo registrationInfo
         0: .line 76
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.republishLock:Ljava/util/concurrent/locks/ReadWriteLock;
            invokeinterface java.util.concurrent.locks.ReadWriteLock.readLock:()Ljava/util/concurrent/locks/Lock;
            astore 3 /* readLock */
        start local 3 // java.util.concurrent.locks.Lock readLock
         1: .line 77
            aload 3 /* readLock */
            invokeinterface java.util.concurrent.locks.Lock.lock:()V
         2: .line 79
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.ownSubs:Ljava/util/concurrent/ConcurrentMap;
            aload 1 /* address */
            aload 2 /* registrationInfo */
            invokedynamic apply(Lio/vertx/core/spi/cluster/RegistrationInfo;)Ljava/util/function/BiFunction;
              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;Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/spi/cluster/hazelcast/impl/SubsMapHelper.lambda$0(Lio/vertx/core/spi/cluster/RegistrationInfo;Ljava/lang/String;Ljava/util/Set;)Ljava/util/Set; (6)
                  (Ljava/lang/String;Ljava/util/Set;)Ljava/util/Set;
            invokeinterface java.util.concurrent.ConcurrentMap.compute:(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;
            pop
         3: .line 84
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.map:Lcom/hazelcast/multimap/MultiMap;
            aload 1 /* address */
            new io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo
            dup
            aload 2 /* registrationInfo */
            invokespecial io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo.<init>:(Lio/vertx/core/spi/cluster/RegistrationInfo;)V
            invokeinterface com.hazelcast.multimap.MultiMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Z
            pop
         4: .line 85
            goto 8
      StackMap locals: io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper java.lang.String io.vertx.core.spi.cluster.RegistrationInfo java.util.concurrent.locks.Lock
      StackMap stack: java.lang.Throwable
         5: astore 4
         6: .line 86
            aload 3 /* readLock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
         7: .line 87
            aload 4
            athrow
         8: .line 86
      StackMap locals:
      StackMap stack:
            aload 3 /* readLock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
         9: .line 88
            return
        end local 3 // java.util.concurrent.locks.Lock readLock
        end local 2 // io.vertx.core.spi.cluster.RegistrationInfo registrationInfo
        end local 1 // java.lang.String address
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0              this  Lio/vertx/spi/cluster/hazelcast/impl/SubsMapHelper;
            0   10     1           address  Ljava/lang/String;
            0   10     2  registrationInfo  Lio/vertx/core/spi/cluster/RegistrationInfo;
            1   10     3          readLock  Ljava/util/concurrent/locks/Lock;
      Exception table:
        from    to  target  type
           2     5       5  any
    MethodParameters:
                  Name  Flags
      address           
      registrationInfo  

  public void remove(java.lang.String, io.vertx.core.spi.cluster.RegistrationInfo);
    descriptor: (Ljava/lang/String;Lio/vertx/core/spi/cluster/RegistrationInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
        start local 1 // java.lang.String address
        start local 2 // io.vertx.core.spi.cluster.RegistrationInfo registrationInfo
         0: .line 91
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.republishLock:Ljava/util/concurrent/locks/ReadWriteLock;
            invokeinterface java.util.concurrent.locks.ReadWriteLock.readLock:()Ljava/util/concurrent/locks/Lock;
            astore 3 /* readLock */
        start local 3 // java.util.concurrent.locks.Lock readLock
         1: .line 92
            aload 3 /* readLock */
            invokeinterface java.util.concurrent.locks.Lock.lock:()V
         2: .line 94
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.ownSubs:Ljava/util/concurrent/ConcurrentMap;
            aload 1 /* address */
            aload 2 /* registrationInfo */
            invokedynamic apply(Lio/vertx/core/spi/cluster/RegistrationInfo;)Ljava/util/function/BiFunction;
              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;Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/spi/cluster/hazelcast/impl/SubsMapHelper.lambda$1(Lio/vertx/core/spi/cluster/RegistrationInfo;Ljava/lang/String;Ljava/util/Set;)Ljava/util/Set; (6)
                  (Ljava/lang/String;Ljava/util/Set;)Ljava/util/Set;
            invokeinterface java.util.concurrent.ConcurrentMap.computeIfPresent:(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;
            pop
         3: .line 98
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.map:Lcom/hazelcast/multimap/MultiMap;
            aload 1 /* address */
            new io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo
            dup
            aload 2 /* registrationInfo */
            invokespecial io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo.<init>:(Lio/vertx/core/spi/cluster/RegistrationInfo;)V
            invokeinterface com.hazelcast.multimap.MultiMap.remove:(Ljava/lang/Object;Ljava/lang/Object;)Z
            pop
         4: .line 99
            goto 8
      StackMap locals: io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper java.lang.String io.vertx.core.spi.cluster.RegistrationInfo java.util.concurrent.locks.Lock
      StackMap stack: java.lang.Throwable
         5: astore 4
         6: .line 100
            aload 3 /* readLock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
         7: .line 101
            aload 4
            athrow
         8: .line 100
      StackMap locals:
      StackMap stack:
            aload 3 /* readLock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
         9: .line 102
            return
        end local 3 // java.util.concurrent.locks.Lock readLock
        end local 2 // io.vertx.core.spi.cluster.RegistrationInfo registrationInfo
        end local 1 // java.lang.String address
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0              this  Lio/vertx/spi/cluster/hazelcast/impl/SubsMapHelper;
            0   10     1           address  Ljava/lang/String;
            0   10     2  registrationInfo  Lio/vertx/core/spi/cluster/RegistrationInfo;
            1   10     3          readLock  Ljava/util/concurrent/locks/Lock;
      Exception table:
        from    to  target  type
           2     5       5  any
    MethodParameters:
                  Name  Flags
      address           
      registrationInfo  

  public void removeAllForNodes(java.util.Set<java.lang.String>);
    descriptor: (Ljava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
        start local 1 // java.util.Set nodeIds
         0: .line 105
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.map:Lcom/hazelcast/multimap/MultiMap;
            invokeinterface com.hazelcast.multimap.MultiMap.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper java.util.Set top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         2: .line 106
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo
            astore 4 /* registrationInfo */
        start local 4 // io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo registrationInfo
         3: .line 107
            aload 1 /* nodeIds */
            aload 4 /* registrationInfo */
            invokevirtual io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo.unwrap:()Lio/vertx/core/spi/cluster/RegistrationInfo;
            invokevirtual io.vertx.core.spi.cluster.RegistrationInfo.nodeId:()Ljava/lang/String;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 108
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.map:Lcom/hazelcast/multimap/MultiMap;
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            aload 4 /* registrationInfo */
            invokeinterface com.hazelcast.multimap.MultiMap.remove:(Ljava/lang/Object;Ljava/lang/Object;)Z
            pop
        end local 4 // io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo registrationInfo
        end local 2 // java.util.Map$Entry entry
         5: .line 105
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         6: .line 111
            return
        end local 1 // java.util.Set nodeIds
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lio/vertx/spi/cluster/hazelcast/impl/SubsMapHelper;
            0    7     1           nodeIds  Ljava/util/Set<Ljava/lang/String;>;
            2    5     2             entry  Ljava/util/Map$Entry<Ljava/lang/String;Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;>;
            3    5     4  registrationInfo  Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;
    Signature: (Ljava/util/Set<Ljava/lang/String;>;)V
    MethodParameters:
         Name  Flags
      nodeIds  

  public void republishOwnSubs();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=1
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
         0: .line 114
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.republishLock:Ljava/util/concurrent/locks/ReadWriteLock;
            invokeinterface java.util.concurrent.locks.ReadWriteLock.writeLock:()Ljava/util/concurrent/locks/Lock;
            astore 1 /* writeLock */
        start local 1 // java.util.concurrent.locks.Lock writeLock
         1: .line 115
            aload 1 /* writeLock */
            invokeinterface java.util.concurrent.locks.Lock.lock:()V
         2: .line 117
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.ownSubs:Ljava/util/concurrent/ConcurrentMap;
            invokeinterface java.util.concurrent.ConcurrentMap.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 9
      StackMap locals: io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper java.util.concurrent.locks.Lock top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         4: .line 118
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* address */
        start local 4 // java.lang.String address
         5: .line 119
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.util.Set
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 6
            goto 8
      StackMap locals: io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper java.util.concurrent.locks.Lock java.util.Map$Entry java.util.Iterator java.lang.String top java.util.Iterator
      StackMap stack:
         6: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.core.spi.cluster.RegistrationInfo
            astore 5 /* registrationInfo */
        start local 5 // io.vertx.core.spi.cluster.RegistrationInfo registrationInfo
         7: .line 120
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.map:Lcom/hazelcast/multimap/MultiMap;
            aload 4 /* address */
            new io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo
            dup
            aload 5 /* registrationInfo */
            invokespecial io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo.<init>:(Lio/vertx/core/spi/cluster/RegistrationInfo;)V
            invokeinterface com.hazelcast.multimap.MultiMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Z
            pop
        end local 5 // io.vertx.core.spi.cluster.RegistrationInfo registrationInfo
         8: .line 119
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 4 // java.lang.String address
        end local 2 // java.util.Map$Entry entry
         9: .line 117
      StackMap locals: io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper java.util.concurrent.locks.Lock top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        10: .line 123
            goto 14
      StackMap locals: io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper java.util.concurrent.locks.Lock
      StackMap stack: java.lang.Throwable
        11: astore 7
        12: .line 124
            aload 1 /* writeLock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
        13: .line 125
            aload 7
            athrow
        14: .line 124
      StackMap locals:
      StackMap stack:
            aload 1 /* writeLock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
        15: .line 126
            return
        end local 1 // java.util.concurrent.locks.Lock writeLock
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   16     0              this  Lio/vertx/spi/cluster/hazelcast/impl/SubsMapHelper;
            1   16     1         writeLock  Ljava/util/concurrent/locks/Lock;
            4    9     2             entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/util/Set<Lio/vertx/core/spi/cluster/RegistrationInfo;>;>;
            5    9     4           address  Ljava/lang/String;
            7    8     5  registrationInfo  Lio/vertx/core/spi/cluster/RegistrationInfo;
      Exception table:
        from    to  target  type
           2    11      11  any

  public void entryAdded(com.hazelcast.core.EntryEvent<java.lang.String, io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo>);
    descriptor: (Lcom/hazelcast/core/EntryEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
        start local 1 // com.hazelcast.core.EntryEvent event
         0: .line 130
            aload 0 /* this */
            aload 1 /* event */
            invokevirtual io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.fireRegistrationUpdateEvent:(Lcom/hazelcast/core/EntryEvent;)V
         1: .line 131
            return
        end local 1 // com.hazelcast.core.EntryEvent event
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/spi/cluster/hazelcast/impl/SubsMapHelper;
            0    2     1  event  Lcom/hazelcast/core/EntryEvent<Ljava/lang/String;Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;>;
    Signature: (Lcom/hazelcast/core/EntryEvent<Ljava/lang/String;Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;>;)V
    MethodParameters:
       Name  Flags
      event  

  private void fireRegistrationUpdateEvent(com.hazelcast.core.EntryEvent<java.lang.String, io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo>);
    descriptor: (Lcom/hazelcast/core/EntryEvent;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
        start local 1 // com.hazelcast.core.EntryEvent event
         0: .line 134
            aload 1 /* event */
            invokevirtual com.hazelcast.core.EntryEvent.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 2 /* address */
        start local 2 // java.lang.String address
         1: .line 135
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.vertx:Lio/vertx/core/impl/VertxInternal;
            aload 0 /* this */
            aload 2 /* address */
            invokedynamic handle(Lio/vertx/spi/cluster/hazelcast/impl/SubsMapHelper;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/spi/cluster/hazelcast/impl/SubsMapHelper.lambda$2(Ljava/lang/String;Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
         2: .line 137
            iconst_0
            aload 0 /* this */
            aload 2 /* address */
            invokedynamic handle(Lio/vertx/spi/cluster/hazelcast/impl/SubsMapHelper;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/spi/cluster/hazelcast/impl/SubsMapHelper.lambda$3(Ljava/lang/String;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
         3: .line 135
            invokeinterface io.vertx.core.impl.VertxInternal.executeBlocking:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
         4: .line 145
            return
        end local 2 // java.lang.String address
        end local 1 // com.hazelcast.core.EntryEvent event
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/spi/cluster/hazelcast/impl/SubsMapHelper;
            0    5     1    event  Lcom/hazelcast/core/EntryEvent<Ljava/lang/String;Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;>;
            1    5     2  address  Ljava/lang/String;
    Signature: (Lcom/hazelcast/core/EntryEvent<Ljava/lang/String;Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;>;)V
    MethodParameters:
       Name  Flags
      event  

  public void entryEvicted(com.hazelcast.core.EntryEvent<java.lang.String, io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo>);
    descriptor: (Lcom/hazelcast/core/EntryEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
        start local 1 // com.hazelcast.core.EntryEvent event
         0: .line 149
            return
        end local 1 // com.hazelcast.core.EntryEvent event
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/spi/cluster/hazelcast/impl/SubsMapHelper;
            0    1     1  event  Lcom/hazelcast/core/EntryEvent<Ljava/lang/String;Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;>;
    Signature: (Lcom/hazelcast/core/EntryEvent<Ljava/lang/String;Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;>;)V
    MethodParameters:
       Name  Flags
      event  

  public void entryRemoved(com.hazelcast.core.EntryEvent<java.lang.String, io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo>);
    descriptor: (Lcom/hazelcast/core/EntryEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
        start local 1 // com.hazelcast.core.EntryEvent event
         0: .line 153
            aload 0 /* this */
            aload 1 /* event */
            invokevirtual io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.fireRegistrationUpdateEvent:(Lcom/hazelcast/core/EntryEvent;)V
         1: .line 154
            return
        end local 1 // com.hazelcast.core.EntryEvent event
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/spi/cluster/hazelcast/impl/SubsMapHelper;
            0    2     1  event  Lcom/hazelcast/core/EntryEvent<Ljava/lang/String;Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;>;
    Signature: (Lcom/hazelcast/core/EntryEvent<Ljava/lang/String;Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;>;)V
    MethodParameters:
       Name  Flags
      event  

  public void entryUpdated(com.hazelcast.core.EntryEvent<java.lang.String, io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo>);
    descriptor: (Lcom/hazelcast/core/EntryEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
        start local 1 // com.hazelcast.core.EntryEvent event
         0: .line 158
            aload 0 /* this */
            aload 1 /* event */
            invokevirtual io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.fireRegistrationUpdateEvent:(Lcom/hazelcast/core/EntryEvent;)V
         1: .line 159
            return
        end local 1 // com.hazelcast.core.EntryEvent event
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/spi/cluster/hazelcast/impl/SubsMapHelper;
            0    2     1  event  Lcom/hazelcast/core/EntryEvent<Ljava/lang/String;Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;>;
    Signature: (Lcom/hazelcast/core/EntryEvent<Ljava/lang/String;Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;>;)V
    MethodParameters:
       Name  Flags
      event  

  public void mapCleared(com.hazelcast.map.MapEvent);
    descriptor: (Lcom/hazelcast/map/MapEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
        start local 1 // com.hazelcast.map.MapEvent event
         0: .line 163
            return
        end local 1 // com.hazelcast.map.MapEvent event
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/spi/cluster/hazelcast/impl/SubsMapHelper;
            0    1     1  event  Lcom/hazelcast/map/MapEvent;
    MethodParameters:
       Name  Flags
      event  

  public void mapEvicted(com.hazelcast.map.MapEvent);
    descriptor: (Lcom/hazelcast/map/MapEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
        start local 1 // com.hazelcast.map.MapEvent event
         0: .line 167
            return
        end local 1 // com.hazelcast.map.MapEvent event
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/spi/cluster/hazelcast/impl/SubsMapHelper;
            0    1     1  event  Lcom/hazelcast/map/MapEvent;
    MethodParameters:
       Name  Flags
      event  

  public void entryExpired(com.hazelcast.core.EntryEvent<java.lang.String, io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo>);
    descriptor: (Lcom/hazelcast/core/EntryEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
        start local 1 // com.hazelcast.core.EntryEvent event
         0: .line 171
            return
        end local 1 // com.hazelcast.core.EntryEvent event
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/spi/cluster/hazelcast/impl/SubsMapHelper;
            0    1     1  event  Lcom/hazelcast/core/EntryEvent<Ljava/lang/String;Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;>;
    Signature: (Lcom/hazelcast/core/EntryEvent<Ljava/lang/String;Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;>;)V
    MethodParameters:
       Name  Flags
      event  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
         0: .line 174
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.map:Lcom/hazelcast/multimap/MultiMap;
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.listenerId:Ljava/util/UUID;
            invokeinterface com.hazelcast.multimap.MultiMap.removeEntryListener:(Ljava/util/UUID;)Z
            pop
         1: .line 175
            return
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/spi/cluster/hazelcast/impl/SubsMapHelper;

  private static java.util.Set lambda$0(io.vertx.core.spi.cluster.RegistrationInfo, java.lang.String, java.util.Set);
    descriptor: (Lio/vertx/core/spi/cluster/RegistrationInfo;Ljava/lang/String;Ljava/util/Set;)Ljava/util/Set;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=4, args_size=3
        start local 1 // java.lang.String add
        start local 2 // java.util.Set curr
         0: .line 80
            aload 2 /* curr */
            ifnull 1
            aload 2 /* curr */
            goto 2
      StackMap locals:
      StackMap stack:
         1: new java.util.concurrent.CopyOnWriteArraySet
            dup
            invokespecial java.util.concurrent.CopyOnWriteArraySet.<init>:()V
      StackMap locals:
      StackMap stack: java.util.Set
         2: astore 3 /* res */
        start local 3 // java.util.Set res
         3: .line 81
            aload 3 /* res */
            aload 0
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         4: .line 82
            aload 3 /* res */
            areturn
        end local 3 // java.util.Set res
        end local 2 // java.util.Set curr
        end local 1 // java.lang.String add
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     1   add  Ljava/lang/String;
            0    5     2  curr  Ljava/util/Set<Lio/vertx/core/spi/cluster/RegistrationInfo;>;
            3    5     3   res  Ljava/util/Set<Lio/vertx/core/spi/cluster/RegistrationInfo;>;

  private static java.util.Set lambda$1(io.vertx.core.spi.cluster.RegistrationInfo, java.lang.String, java.util.Set);
    descriptor: (Lio/vertx/core/spi/cluster/RegistrationInfo;Ljava/lang/String;Ljava/util/Set;)Ljava/util/Set;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 1 // java.lang.String add
        start local 2 // java.util.Set curr
         0: .line 95
            aload 2 /* curr */
            aload 0
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 96
            aload 2 /* curr */
            invokeinterface java.util.Set.isEmpty:()Z
            ifeq 2
            aconst_null
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 2 /* curr */
      StackMap locals:
      StackMap stack: java.util.Set
         3: areturn
        end local 2 // java.util.Set curr
        end local 1 // java.lang.String add
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     1   add  Ljava/lang/String;
            0    4     2  curr  Ljava/util/Set<Lio/vertx/core/spi/cluster/RegistrationInfo;>;

  private void lambda$2(java.lang.String, io.vertx.core.Promise);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
        start local 2 // io.vertx.core.Promise prom
         0: .line 136
            aload 2 /* prom */
            aload 0 /* this */
            aload 1
            invokevirtual io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.get:(Ljava/lang/String;)Ljava/util/List;
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
         1: .line 137
            return
        end local 2 // io.vertx.core.Promise prom
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/spi/cluster/hazelcast/impl/SubsMapHelper;
            0    2     2  prom  Lio/vertx/core/Promise<Ljava/util/List<Lio/vertx/core/spi/cluster/RegistrationInfo;>;>;

  private void lambda$3(java.lang.String, io.vertx.core.AsyncResult);
    descriptor: (Ljava/lang/String;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 138
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 139
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.nodeSelector:Lio/vertx/core/spi/cluster/NodeSelector;
            new io.vertx.core.spi.cluster.RegistrationUpdateEvent
            dup
            aload 1
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast java.util.List
            invokespecial io.vertx.core.spi.cluster.RegistrationUpdateEvent.<init>:(Ljava/lang/String;Ljava/util/List;)V
            invokeinterface io.vertx.core.spi.cluster.NodeSelector.registrationsUpdated:(Lio/vertx/core/spi/cluster/RegistrationUpdateEvent;)V
         2: .line 140
            goto 5
         3: .line 141
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.log:Lio/vertx/core/impl/logging/Logger;
            ldc "A failure occured while retrieving the updated registrations"
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokeinterface io.vertx.core.impl.logging.Logger.trace:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         4: .line 142
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper.nodeSelector:Lio/vertx/core/spi/cluster/NodeSelector;
            new io.vertx.core.spi.cluster.RegistrationUpdateEvent
            dup
            aload 1
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            invokespecial io.vertx.core.spi.cluster.RegistrationUpdateEvent.<init>:(Ljava/lang/String;Ljava/util/List;)V
            invokeinterface io.vertx.core.spi.cluster.NodeSelector.registrationsUpdated:(Lio/vertx/core/spi/cluster/RegistrationUpdateEvent;)V
         5: .line 144
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.SubsMapHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/spi/cluster/hazelcast/impl/SubsMapHelper;
            0    6     2    ar  Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/core/spi/cluster/RegistrationInfo;>;>;
}
Signature: Ljava/lang/Object;Lcom/hazelcast/core/EntryListener<Ljava/lang/String;Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;>;
SourceFile: "SubsMapHelper.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map