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_ARG
Methods in io.vertx.mutiny.ext.web.handler.graphql that return ApolloWSConnectionInitEvent Modifier and Type Method Description static ApolloWSConnectionInitEvent
ApolloWSConnectionInitEvent. 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 ApolloWSHandler
ApolloWSHandler. connectionInitHandler(Consumer<ApolloWSConnectionInitEvent> connectionInitHandler)
-