Class Message


  • public class Message
    extends Object
    A GraphQL over WebSocket Protocol message.

    NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

    • Constructor Detail

      • Message

        public Message​(io.vertx.ext.web.handler.graphql.ws.Message delegate)
      • Message

        public Message​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.web.handler.graphql.ws.Message getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • socket

        public ServerWebSocket socket()
        Returns:
        the websocket that received the message
      • type

        public io.vertx.ext.web.handler.graphql.ws.MessageType type()
        Returns:
        the message type
      • message

        public io.vertx.core.json.JsonObject message()
        Returns:
        the message content
      • connectionParams

        public Object connectionParams()
        Returns:
        the connection params
      • newInstance

        public static Message newInstance​(io.vertx.ext.web.handler.graphql.ws.Message arg)