Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.ws.ConnectionInitEvent
-
Packages that use ConnectionInitEvent Package Description io.vertx.mutiny.ext.web.handler.graphql.ws -
-
Uses of ConnectionInitEvent in io.vertx.mutiny.ext.web.handler.graphql.ws
Fields in io.vertx.mutiny.ext.web.handler.graphql.ws with type parameters of type ConnectionInitEvent Modifier and Type Field Description static TypeArg<ConnectionInitEvent>
ConnectionInitEvent. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.handler.graphql.ws that return ConnectionInitEvent Modifier and Type Method Description static ConnectionInitEvent
ConnectionInitEvent. newInstance(io.vertx.ext.web.handler.graphql.ws.ConnectionInitEvent arg)
Method parameters in io.vertx.mutiny.ext.web.handler.graphql.ws with type arguments of type ConnectionInitEvent Modifier and Type Method Description GraphQLWSHandler
GraphQLWSHandler. connectionInitHandler(Consumer<ConnectionInitEvent> connectionInitHandler)
Deprecated.as of 4.5.1, useGraphQLWSHandler.builder(GraphQL)
insteadGraphQLWSHandlerBuilder
GraphQLWSHandlerBuilder. onConnectionInit(Consumer<ConnectionInitEvent> connectionInitHandler)
-