Class Message
java.lang.Object
io.vertx.rxjava3.ext.web.handler.graphql.ws.Message
- All Implemented Interfaces:
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
-
-
Constructor Details
-
Message
-
Message
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
socket
- Returns:
- the websocket that received the message
-
type
- Returns:
- the message type
-
message
- Returns:
- the message content
-
connectionParams
- Returns:
- the connection params
-
newInstance
-