Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
-
Packages that use ApolloWSHandler Package Description io.vertx.mutiny.ext.web.handler.graphql -
-
Uses of ApolloWSHandler in io.vertx.mutiny.ext.web.handler.graphql
Fields in io.vertx.mutiny.ext.web.handler.graphql with type parameters of type ApolloWSHandler Modifier and Type Field Description static TypeArg<ApolloWSHandler>
ApolloWSHandler. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.handler.graphql that return ApolloWSHandler Modifier and Type Method Description ApolloWSHandler
ApolloWSHandler. connectionHandler(Consumer<ServerWebSocket> connectionHandler)
ApolloWSHandler
ApolloWSHandler. connectionInitHandler(Consumer<ApolloWSConnectionInitEvent> connectionInitHandler)
static ApolloWSHandler
ApolloWSHandler. create(graphql.GraphQL graphQL)
static ApolloWSHandler
ApolloWSHandler. create(graphql.GraphQL graphQL, io.vertx.ext.web.handler.graphql.ApolloWSOptions options)
ApolloWSHandler
ApolloWSHandler. dataLoaderRegistry(Function<ApolloWSMessage,org.dataloader.DataLoaderRegistry> factory)
ApolloWSHandler
ApolloWSHandler. endHandler(Consumer<ServerWebSocket> endHandler)
ApolloWSHandler
ApolloWSHandler. locale(Function<ApolloWSMessage,Locale> factory)
ApolloWSHandler
ApolloWSHandler. messageHandler(Consumer<ApolloWSMessage> messageHandler)
static ApolloWSHandler
ApolloWSHandler. newInstance(io.vertx.ext.web.handler.graphql.ApolloWSHandler arg)
ApolloWSHandler
ApolloWSHandler. queryContext(Function<ApolloWSMessage,Object> factory)
-