Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.ws.ConnectionInitEvent
Packages that use ConnectionInitEvent
-
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 ConnectionInitEventModifier and TypeFieldDescriptionstatic final TypeArg<ConnectionInitEvent>ConnectionInitEvent.__TYPE_ARGMethods in io.vertx.mutiny.ext.web.handler.graphql.ws that return ConnectionInitEventModifier and TypeMethodDescriptionConnectionInitEvent.futureAndForget()Unlike the bare Vert.x variant, this method ignores theObjectresult or any failure.static ConnectionInitEventConnectionInitEvent.newInstance(io.vertx.ext.web.handler.graphql.ws.ConnectionInitEvent delegate) Creates a new instance of theConnectionInitEvent.Method parameters in io.vertx.mutiny.ext.web.handler.graphql.ws with type arguments of type ConnectionInitEventModifier and TypeMethodDescriptionGraphQLWSHandlerBuilder.onConnectionInit(Consumer<ConnectionInitEvent> connectionInitHandler) Customize the connection initHandler.