Class Message

  • All Implemented Interfaces:
    io.vertx.lang.rx.RxDelegate

    public class Message
    extends Object
    implements io.vertx.lang.rx.RxDelegate
    A GraphQL over WebSocket Protocol message.

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

    • Field Detail

      • __TYPE_ARG

        public static final io.vertx.lang.rx.TypeArg<Message> __TYPE_ARG
    • Constructor Detail

      • Message

        public Message​(Message delegate)
      • Message

        public Message​(Object delegate)
    • Method Detail

      • hashCode

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

        public Message getDelegate()
        Specified by:
        getDelegate in interface io.vertx.lang.rx.RxDelegate
      • socket

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

        public MessageType type()
        Returns:
        the message type
      • message

        public JsonObject message()
        Returns:
        the message content
      • connectionParams

        public Object connectionParams()
        Returns:
        the connection params