Class Message

java.lang.Object
io.vertx.rxjava3.ext.web.handler.graphql.ws.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 Details

    • __TYPE_ARG

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

    • Message

      public Message(Message delegate)
    • Message

      public Message(Object delegate)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • 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
    • newInstance

      public static Message newInstance(Message arg)