Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent
-
Packages that use ApolloWSConnectionInitEvent Package Description io.vertx.mutiny.ext.web.handler.graphql -
-
Uses of ApolloWSConnectionInitEvent in io.vertx.mutiny.ext.web.handler.graphql
Fields in io.vertx.mutiny.ext.web.handler.graphql with type parameters of type ApolloWSConnectionInitEvent Modifier and Type Field Description static TypeArg<ApolloWSConnectionInitEvent>ApolloWSConnectionInitEvent. __TYPE_ARGMethods in io.vertx.mutiny.ext.web.handler.graphql that return ApolloWSConnectionInitEvent Modifier and Type Method Description static ApolloWSConnectionInitEventApolloWSConnectionInitEvent. newInstance(io.vertx.ext.web.handler.graphql.ApolloWSConnectionInitEvent arg)Method parameters in io.vertx.mutiny.ext.web.handler.graphql with type arguments of type ApolloWSConnectionInitEvent Modifier and Type Method Description ApolloWSHandlerApolloWSHandler. connectionInitHandler(Consumer<ApolloWSConnectionInitEvent> connectionInitHandler)
-