Uses of Class
io.vertx.rxjava3.ext.web.handler.graphql.ws.ConnectionInitEvent
-
Packages that use ConnectionInitEvent Package Description io.vertx.rxjava3.ext.web.handler.graphql.ws -
-
Uses of ConnectionInitEvent in io.vertx.rxjava3.ext.web.handler.graphql.ws
Fields in io.vertx.rxjava3.ext.web.handler.graphql.ws with type parameters of type ConnectionInitEvent Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<ConnectionInitEvent>
ConnectionInitEvent. __TYPE_ARG
Methods in io.vertx.rxjava3.ext.web.handler.graphql.ws that return ConnectionInitEvent Modifier and Type Method Description static ConnectionInitEvent
ConnectionInitEvent. newInstance(ConnectionInitEvent arg)
Method parameters in io.vertx.rxjava3.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 init .
-