public class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler implements io.vertx.core.Handler<io.vertx.reactivex.ext.web.RoutingContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;>;

  private final io.vertx.ext.web.handler.graphql.ApolloWSHandler delegate;
    descriptor: Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 69
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              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;
                  io/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 70
            invokedynamic apply()Ljava/util/function/Function;
              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;
                  io/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler.getDelegate()Lio/vertx/ext/web/handler/graphql/ApolloWSHandler; (5)
                  (Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;)Ljava/lang/Object;
         2: .line 69
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 71
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.delegate:Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
        start local 1 // java.lang.Object o
         0: .line 58
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 59
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 60
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler that
         4: .line 61
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.delegate:Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            aload 2 /* that */
            getfield io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.delegate:Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
         0: .line 66
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.delegate:Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;

  public void <init>(io.vertx.ext.web.handler.graphql.ApolloWSHandler);
    descriptor: (Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
        start local 1 // io.vertx.ext.web.handler.graphql.ApolloWSHandler delegate
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.delegate:Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
         2: .line 77
            return
        end local 1 // io.vertx.ext.web.handler.graphql.ApolloWSHandler delegate
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
            0    3     1  delegate  Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
        start local 1 // java.lang.Object delegate
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.ext.web.handler.graphql.ApolloWSHandler
            putfield io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.delegate:Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
         2: .line 81
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.ext.web.handler.graphql.ApolloWSHandler getDelegate();
    descriptor: ()Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
         0: .line 84
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.delegate:Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            areturn
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;

  public void handle(io.vertx.reactivex.ext.web.RoutingContext);
    descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext event
         0: .line 92
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.delegate:Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            aload 1 /* event */
            invokevirtual io.vertx.reactivex.ext.web.RoutingContext.getDelegate:()Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.handler.graphql.ApolloWSHandler.handle:(Ljava/lang/Object;)V
         1: .line 93
            return
        end local 1 // io.vertx.reactivex.ext.web.RoutingContext event
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
            0    2     1  event  Lio/vertx/reactivex/ext/web/RoutingContext;
    MethodParameters:
       Name  Flags
      event  

  public io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler connectionHandler(io.vertx.core.Handler<io.vertx.reactivex.core.http.ServerWebSocket>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
        start local 1 // io.vertx.core.Handler connectionHandler
         0: .line 102
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.delegate:Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            new io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$1
            dup
            aload 0 /* this */
            aload 1 /* connectionHandler */
            invokespecial io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$1.<init>:(Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.web.handler.graphql.ApolloWSHandler.connectionHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            pop
         1: .line 107
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler connectionHandler
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
            0    2     1  connectionHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/ServerWebSocket;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/ServerWebSocket;>;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
    MethodParameters:
                   Name  Flags
      connectionHandler  

  public io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler connectionInitHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
        start local 1 // io.vertx.core.Handler connectionInitHandler
         0: .line 117
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.delegate:Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            new io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$2
            dup
            aload 0 /* this */
            aload 1 /* connectionInitHandler */
            invokespecial io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$2.<init>:(Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.web.handler.graphql.ApolloWSHandler.connectionInitHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            pop
         1: .line 122
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler connectionInitHandler
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
            0    2     1  connectionInitHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSConnectionInitEvent;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSConnectionInitEvent;>;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
    MethodParameters:
                       Name  Flags
      connectionInitHandler  

  public io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler messageHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
        start local 1 // io.vertx.core.Handler messageHandler
         0: .line 132
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.delegate:Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            new io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$3
            dup
            aload 0 /* this */
            aload 1 /* messageHandler */
            invokespecial io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$3.<init>:(Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.web.handler.graphql.ApolloWSHandler.messageHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            pop
         1: .line 137
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler messageHandler
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
            0    2     1  messageHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSMessage;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSMessage;>;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
    MethodParameters:
                Name  Flags
      messageHandler  

  public io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler endHandler(io.vertx.core.Handler<io.vertx.reactivex.core.http.ServerWebSocket>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
        start local 1 // io.vertx.core.Handler endHandler
         0: .line 147
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.delegate:Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            new io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$4
            dup
            aload 0 /* this */
            aload 1 /* endHandler */
            invokespecial io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$4.<init>:(Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.web.handler.graphql.ApolloWSHandler.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            pop
         1: .line 152
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler endHandler
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
            0    2     1  endHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/ServerWebSocket;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/ServerWebSocket;>;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
    MethodParameters:
            Name  Flags
      endHandler  

  public io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler queryContext(java.util.function.Function<io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage, java.lang.Object>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
        start local 1 // java.util.function.Function factory
         0: .line 162
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.delegate:Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            new io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$5
            dup
            aload 0 /* this */
            aload 1 /* factory */
            invokespecial io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$5.<init>:(Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;Ljava/util/function/Function;)V
            invokeinterface io.vertx.ext.web.handler.graphql.ApolloWSHandler.queryContext:(Ljava/util/function/Function;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            pop
         1: .line 168
            aload 0 /* this */
            areturn
        end local 1 // java.util.function.Function factory
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
            0    2     1  factory  Ljava/util/function/Function<Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSMessage;Ljava/lang/Object;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSMessage;Ljava/lang/Object;>;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
    MethodParameters:
         Name  Flags
      factory  

  public static io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler create(graphql.GraphQL);
    descriptor: (Lgraphql/GraphQL;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // graphql.GraphQL graphQL
         0: .line 179
            aload 0 /* graphQL */
            invokestatic io.vertx.ext.web.handler.graphql.ApolloWSHandler.create:(Lgraphql/GraphQL;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            invokestatic io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.newInstance:(Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler ret
         1: .line 180
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler ret
        end local 0 // graphql.GraphQL graphQL
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  graphQL  Lgraphql/GraphQL;
            1    2     1      ret  Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
    MethodParameters:
         Name  Flags
      graphQL  

  public static io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler create(graphql.GraphQL, io.vertx.ext.web.handler.graphql.ApolloWSOptions);
    descriptor: (Lgraphql/GraphQL;Lio/vertx/ext/web/handler/graphql/ApolloWSOptions;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // graphql.GraphQL graphQL
        start local 1 // io.vertx.ext.web.handler.graphql.ApolloWSOptions options
         0: .line 192
            aload 0 /* graphQL */
            aload 1 /* options */
            invokestatic io.vertx.ext.web.handler.graphql.ApolloWSHandler.create:(Lgraphql/GraphQL;Lio/vertx/ext/web/handler/graphql/ApolloWSOptions;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            invokestatic io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.newInstance:(Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler ret
         1: .line 193
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler ret
        end local 1 // io.vertx.ext.web.handler.graphql.ApolloWSOptions options
        end local 0 // graphql.GraphQL graphQL
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  graphQL  Lgraphql/GraphQL;
            0    2     1  options  Lio/vertx/ext/web/handler/graphql/ApolloWSOptions;
            1    2     2      ret  Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
    MethodParameters:
         Name  Flags
      graphQL  
      options  

  public io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler dataLoaderRegistry(java.util.function.Function<io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage, org.dataloader.DataLoaderRegistry>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
        start local 1 // java.util.function.Function factory
         0: .line 203
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.delegate:Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            new io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$6
            dup
            aload 0 /* this */
            aload 1 /* factory */
            invokespecial io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$6.<init>:(Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;Ljava/util/function/Function;)V
            invokeinterface io.vertx.ext.web.handler.graphql.ApolloWSHandler.dataLoaderRegistry:(Ljava/util/function/Function;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            pop
         1: .line 209
            aload 0 /* this */
            areturn
        end local 1 // java.util.function.Function factory
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
            0    2     1  factory  Ljava/util/function/Function<Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSMessage;Lorg/dataloader/DataLoaderRegistry;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSMessage;Lorg/dataloader/DataLoaderRegistry;>;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
    MethodParameters:
         Name  Flags
      factory  

  public io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler locale(java.util.function.Function<io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage, java.util.Locale>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
        start local 1 // java.util.function.Function factory
         0: .line 219
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.delegate:Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            new io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$7
            dup
            aload 0 /* this */
            aload 1 /* factory */
            invokespecial io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$7.<init>:(Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;Ljava/util/function/Function;)V
            invokeinterface io.vertx.ext.web.handler.graphql.ApolloWSHandler.locale:(Ljava/util/function/Function;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
            pop
         1: .line 225
            aload 0 /* this */
            areturn
        end local 1 // java.util.function.Function factory
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
            0    2     1  factory  Ljava/util/function/Function<Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSMessage;Ljava/util/Locale;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSMessage;Ljava/util/Locale;>;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
    MethodParameters:
         Name  Flags
      factory  

  public static io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler newInstance(io.vertx.ext.web.handler.graphql.ApolloWSHandler);
    descriptor: (Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.ApolloWSHandler arg
         0: .line 229
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.<init>:(Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
         2: areturn
        end local 0 // io.vertx.ext.web.handler.graphql.ApolloWSHandler arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
    MethodParameters:
      Name  Flags
      arg   

  public void handle(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 io.vertx.reactivex.ext.web.RoutingContext
            invokevirtual io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.handle:(Lio/vertx/reactivex/ext/web/RoutingContext;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 69
            new io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.web.handler.graphql.ApolloWSHandler
            invokespecial io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.<init>:(Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/web/RoutingContext;>;
SourceFile: "ApolloWSHandler.java"
NestMembers:
  io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$1  io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$2  io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$3  io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$4  io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$5  io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$6  io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$7
InnerClasses:
  io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$1
  io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$2
  io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$3
  io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$4
  io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$5
  io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$6
  io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$7
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;)