Class Message
java.lang.Object
io.vertx.mutiny.ext.web.handler.graphql.ws.Message
- All Implemented Interfaces:
MutinyDelegate
A GraphQL over WebSocket Protocol message.
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
Message
public Message(io.vertx.ext.web.handler.graphql.ws.Message delegate) -
Message
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.handler.graphql.ws.Message getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
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
- Returns:
- the connection params
-
newInstance
-