public interface io.vertx.ext.web.handler.graphql.ApolloWSConnectionInitEvent extends io.vertx.core.Promise<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.web.handler.graphql.ApolloWSConnectionInitEvent
  super_class: java.lang.Object
{
  public abstract io.vertx.ext.web.handler.graphql.ApolloWSMessage message();
    descriptor: ()Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.CacheReturn()
}
Signature: Ljava/lang/Object;Lio/vertx/core/Promise<Ljava/lang/Object;>;
SourceFile: "ApolloWSConnectionInitEvent.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()