class io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2 implements org.reactivestreams.Subscriber<graphql.ExecutionResult>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2
  super_class: java.lang.Object
{
  final io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler this$0;
    descriptor: Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.concurrent.atomic.AtomicReference val$subscriptionRef;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$opId;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler, java.util.concurrent.atomic.AtomicReference, java.lang.String);
    descriptor: (Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler;Ljava/util/concurrent/atomic/AtomicReference;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2 this
         0: .line 254
            aload 0 /* this */
            aload 1
            putfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2.this$0:Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler;
            aload 0 /* this */
            aload 2
            putfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2.val$subscriptionRef:Ljava/util/concurrent/atomic/AtomicReference;
            aload 0 /* this */
            aload 3
            putfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2.val$opId:Ljava/lang/String;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler$2;
    MethodParameters:
                     Name  Flags
      this$0               final
      val$subscriptionRef  final
      val$opId             final

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2 this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 257
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2.val$subscriptionRef:Ljava/util/concurrent/atomic/AtomicReference;
            aload 1 /* s */
            invokevirtual java.util.concurrent.atomic.AtomicReference.set:(Ljava/lang/Object;)V
         1: .line 258
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2.this$0:Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler;
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler.subscriptions:Ljava/util/concurrent/ConcurrentMap;
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2.val$opId:Ljava/lang/String;
            aload 1 /* s */
            invokeinterface java.util.concurrent.ConcurrentMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 259
            aload 1 /* s */
            lconst_1
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         3: .line 260
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler$2;
            0    4     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public void onNext(graphql.ExecutionResult);
    descriptor: (Lgraphql/ExecutionResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2 this
        start local 1 // graphql.ExecutionResult er
         0: .line 264
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2.this$0:Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler;
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2.val$opId:Ljava/lang/String;
            getstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.DATA:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
            new io.vertx.core.json.JsonObject
            dup
            aload 1 /* er */
            invokeinterface graphql.ExecutionResult.toSpecification:()Ljava/util/Map;
            invokespecial io.vertx.core.json.JsonObject.<init>:(Ljava/util/Map;)V
            invokevirtual io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler.sendMessage:(Ljava/lang/String;Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;Ljava/lang/Object;)Lio/vertx/core/Future;
            pop
         1: .line 265
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2.val$subscriptionRef:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast org.reactivestreams.Subscription
            lconst_1
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         2: .line 266
            return
        end local 1 // graphql.ExecutionResult er
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler$2;
            0    3     1    er  Lgraphql/ExecutionResult;
    MethodParameters:
      Name  Flags
      er    

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2 this
        start local 1 // java.lang.Throwable t
         0: .line 270
            getstatic io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler.log:Lio/vertx/core/impl/logging/Logger;
            invokeinterface io.vertx.core.impl.logging.Logger.isDebugEnabled:()Z
            ifeq 2
         1: .line 271
            getstatic io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler.log:Lio/vertx/core/impl/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "GraphQL subscription terminated with error, opId="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2.val$opId:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1 /* t */
            invokeinterface io.vertx.core.impl.logging.Logger.debug:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         2: .line 273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2.this$0:Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler;
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2.val$opId:Ljava/lang/String;
            getstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.ERROR:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2.this$0:Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler;
            aload 1 /* t */
            invokevirtual io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler.toJsonObject:(Ljava/lang/Throwable;)Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler.sendMessage:(Ljava/lang/String;Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;Ljava/lang/Object;)Lio/vertx/core/Future;
            pop
         3: .line 274
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2.this$0:Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler;
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler.subscriptions:Ljava/util/concurrent/ConcurrentMap;
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2.val$opId:Ljava/lang/String;
            invokeinterface java.util.concurrent.ConcurrentMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 275
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler$2;
            0    5     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2 this
         0: .line 279
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2.this$0:Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler;
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2.val$opId:Ljava/lang/String;
            getstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.COMPLETE:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
            aconst_null
            invokevirtual io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler.sendMessage:(Ljava/lang/String;Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;Ljava/lang/Object;)Lio/vertx/core/Future;
            pop
         1: .line 280
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2.this$0:Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler;
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler.subscriptions:Ljava/util/concurrent/ConcurrentMap;
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2.val$opId:Ljava/lang/String;
            invokeinterface java.util.concurrent.ConcurrentMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 281
            return
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler$2;

  public void onNext(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast graphql.ExecutionResult
            invokevirtual io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2.onNext:(Lgraphql/ExecutionResult;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/reactivestreams/Subscriber<Lgraphql/ExecutionResult;>;
SourceFile: "ApolloWSConnectionHandler.java"
EnclosingMethod: io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler.subscribe:(Ljava/lang/String;Lgraphql/ExecutionResult;)V
NestHost: io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler
InnerClasses:
  io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$2