Class ApolloWSMessage
java.lang.Object
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage
- All Implemented Interfaces:
MutinyDelegate
A message received over Apollo's
subscriptions-transport-ws
transport.
NOTE: This class has been automatically generated from the original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionApolloWSMessage
(io.vertx.ext.web.handler.graphql.ApolloWSMessage delegate) ApolloWSMessage
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.io.vertx.core.json.JsonObject
content()
Deprecated.boolean
io.vertx.ext.web.handler.graphql.ApolloWSMessage
int
hashCode()
static ApolloWSMessage
newInstance
(io.vertx.ext.web.handler.graphql.ApolloWSMessage arg) Deprecated.toString()
io.vertx.ext.web.handler.graphql.ApolloWSMessageType
type()
Deprecated.
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ApolloWSMessage
public ApolloWSMessage(io.vertx.ext.web.handler.graphql.ApolloWSMessage delegate) -
ApolloWSMessage
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.handler.graphql.ApolloWSMessage getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
serverWebSocket
Deprecated.- Returns:
- the websocket that received the message
-
type
Deprecated.- Returns:
- the message type
-
content
Deprecated.- Returns:
- the message content
-
connectionParams
Deprecated.- Returns:
- the connection params
-
newInstance
-