Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.ws.Message
-
Packages that use Message Package Description io.vertx.mutiny.ext.web.handler.graphql.ws -
-
Uses of Message in io.vertx.mutiny.ext.web.handler.graphql.ws
Fields in io.vertx.mutiny.ext.web.handler.graphql.ws with type parameters of type Message Modifier and Type Field Description static TypeArg<Message>
Message. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.handler.graphql.ws that return Message Modifier and Type Method Description Message
ConnectionInitEvent. message()
static Message
Message. newInstance(io.vertx.ext.web.handler.graphql.ws.Message arg)
Method parameters in io.vertx.mutiny.ext.web.handler.graphql.ws with type arguments of type Message Modifier and Type Method Description GraphQLWSHandler
GraphQLWSHandler. beforeExecute(Consumer<ExecutionInputBuilderWithContext<Message>> config)
-