class io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMultiMap$GetRequest<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMultiMap$GetRequest
  super_class: java.lang.Object
{
  final K key;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Signature: TK;

  final io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.spi.cluster.ChoosableIterable<V>>> handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/spi/cluster/ChoosableIterable<TV;>;>;>;

  void <init>(K, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.spi.cluster.ChoosableIterable<V>>>);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMultiMap$GetRequest this
        start local 1 // java.lang.Object key
        start local 2 // io.vertx.core.Handler handler
         0: .line 325
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 326
            aload 0 /* this */
            aload 1 /* key */
            putfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMultiMap$GetRequest.key:Ljava/lang/Object;
         2: .line 327
            aload 0 /* this */
            aload 2 /* handler */
            putfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMultiMap$GetRequest.handler:Lio/vertx/core/Handler;
         3: .line 328
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.Object key
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMultiMap$GetRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMultiMap$GetRequest<TK;TV;>;
            0    4     1      key  TK;
            0    4     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/spi/cluster/ChoosableIterable<TV;>;>;>;
    Signature: (TK;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/spi/cluster/ChoosableIterable<TV;>;>;>;)V
    MethodParameters:
         Name  Flags
      key      
      handler  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "InfinispanAsyncMultiMap.java"
NestHost: io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMultiMap
InnerClasses:
  private GetRequest = io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMultiMap$GetRequest of io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMultiMap