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.
- See Also:
-
Message
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.vertx.ext.web.handler.graphql.ws.MessageGet the delegate instance.inthashCode()io.vertx.core.json.JsonObjectmessage()static MessagenewInstance(io.vertx.ext.web.handler.graphql.ws.Message delegate) Creates a new instance of theMessage.socket()toString()io.vertx.ext.web.handler.graphql.ws.MessageTypetype()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
Message
public Message(io.vertx.ext.web.handler.graphql.ws.Message delegate) Create a new instance ofMessagedelegating to the given (non-null) instance ofMessage. -
Message
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.handler.graphql.ws.Message getDelegate()Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
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
Creates a new instance of theMessage. -
hashCode
public int hashCode() -
equals
-
toString
-