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_ARGMethods in io.vertx.mutiny.ext.web.handler.graphql.ws that return Message Modifier and Type Method Description MessageConnectionInitEvent. message()static MessageMessage. 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 GraphQLWSHandlerGraphQLWSHandler. beforeExecute(Consumer<ExecutionInputBuilderWithContext<Message>> config)
-