Class Message
- java.lang.Object
-
- io.vertx.rxjava3.ext.web.handler.graphql.ws.Message
-
public class Message extends Object
A GraphQL over WebSocket Protocol message. NOTE: This class has been automatically generated from theoriginalnon RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<Message>__TYPE_ARG
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectconnectionParams()booleanequals(Object o)MessagegetDelegate()inthashCode()JsonObjectmessage()static MessagenewInstance(Message arg)ServerWebSocketsocket()StringtoString()MessageTypetype()
-
-
-
Method Detail
-
getDelegate
public Message getDelegate()
-
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
-
-