Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.ws.Message
Packages that use Message
-
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 MessageMethods in io.vertx.mutiny.ext.web.handler.graphql.ws that return MessageModifier and TypeMethodDescriptionConnectionInitEvent.message()ProvidesMessageType#CONNECTION_INITmessage content.static MessageMessage.newInstance(io.vertx.ext.web.handler.graphql.ws.Message delegate) Creates a new instance of theMessage.Method parameters in io.vertx.mutiny.ext.web.handler.graphql.ws with type arguments of type MessageModifier and TypeMethodDescriptionGraphQLWSHandlerBuilder.beforeExecute(Consumer<ExecutionInputBuilderWithContext<Message>> beforeExecuteHandler) Set a callback to invoke before executing a GraphQL query.Customize the messageHandler.