Uses of Interface
io.vertx.ext.web.handler.graphql.ws.ConnectionInitEvent
Packages that use ConnectionInitEvent
Package
Description
-
Uses of ConnectionInitEvent in io.vertx.ext.web.handler.graphql.ws
Method parameters in io.vertx.ext.web.handler.graphql.ws with type arguments of type ConnectionInitEventModifier and TypeMethodDescriptionGraphQLWSHandlerBuilder.onConnectionInit(Handler<ConnectionInitEvent> connectionInitHandler) Customize the connection initHandler. -
Uses of ConnectionInitEvent in io.vertx.reactivex.ext.web.handler.graphql.ws
Methods in io.vertx.reactivex.ext.web.handler.graphql.ws that return ConnectionInitEventMethods in io.vertx.reactivex.ext.web.handler.graphql.ws with parameters of type ConnectionInitEventModifier and TypeMethodDescriptionstatic ConnectionInitEventConnectionInitEvent.newInstance(ConnectionInitEvent arg) Constructors in io.vertx.reactivex.ext.web.handler.graphql.ws with parameters of type ConnectionInitEvent -
Uses of ConnectionInitEvent in io.vertx.rxjava3.ext.web.handler.graphql.ws
Methods in io.vertx.rxjava3.ext.web.handler.graphql.ws that return ConnectionInitEventMethods in io.vertx.rxjava3.ext.web.handler.graphql.ws with parameters of type ConnectionInitEventModifier and TypeMethodDescriptionstatic ConnectionInitEventConnectionInitEvent.newInstance(ConnectionInitEvent arg) Constructors in io.vertx.rxjava3.ext.web.handler.graphql.ws with parameters of type ConnectionInitEvent