Uses of Interface
io.vertx.ext.web.handler.graphql.ws.ConnectionInitEvent
-
Packages that use ConnectionInitEvent Package Description io.vertx.ext.web.handler.graphql.ws io.vertx.reactivex.ext.web.handler.graphql.ws io.vertx.rxjava3.ext.web.handler.graphql.ws -
-
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 ConnectionInitEvent Modifier and Type Method Description GraphQLWSHandlerBuilder
GraphQLWSHandlerBuilder. 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 ConnectionInitEvent Modifier and Type Method Description ConnectionInitEvent
ConnectionInitEvent. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler.graphql.ws with parameters of type ConnectionInitEvent Modifier and Type Method Description static ConnectionInitEvent
ConnectionInitEvent. newInstance(ConnectionInitEvent arg)
Constructors in io.vertx.reactivex.ext.web.handler.graphql.ws with parameters of type ConnectionInitEvent Constructor Description ConnectionInitEvent(ConnectionInitEvent delegate)
-
Uses of ConnectionInitEvent in io.vertx.rxjava3.ext.web.handler.graphql.ws
Methods in io.vertx.rxjava3.ext.web.handler.graphql.ws that return ConnectionInitEvent Modifier and Type Method Description ConnectionInitEvent
ConnectionInitEvent. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler.graphql.ws with parameters of type ConnectionInitEvent Modifier and Type Method Description static ConnectionInitEvent
ConnectionInitEvent. newInstance(ConnectionInitEvent arg)
Constructors in io.vertx.rxjava3.ext.web.handler.graphql.ws with parameters of type ConnectionInitEvent Constructor Description ConnectionInitEvent(ConnectionInitEvent delegate)
-