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_ARGMethods in io.vertx.mutiny.ext.web.handler.graphql.ws that return ConnectionInitEvent Modifier and Type Method Description static ConnectionInitEventConnectionInitEvent. 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 GraphQLWSHandlerGraphQLWSHandler. connectionInitHandler(Consumer<ConnectionInitEvent> connectionInitHandler)Deprecated.as of 4.5.1, useGraphQLWSHandler.builder(GraphQL)insteadGraphQLWSHandlerBuilderGraphQLWSHandlerBuilder. onConnectionInit(Consumer<ConnectionInitEvent> connectionInitHandler)
-