Class ApolloWSMessage
java.lang.Object
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage
- All Implemented Interfaces:
MutinyDelegate
Deprecated.
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) Deprecated.ApolloWSMessage
(Object delegate) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.io.vertx.core.json.JsonObject
content()
Deprecated.boolean
Deprecated.io.vertx.ext.web.handler.graphql.ApolloWSMessage
Deprecated.int
hashCode()
Deprecated.static ApolloWSMessage
newInstance
(io.vertx.ext.web.handler.graphql.ApolloWSMessage arg) Deprecated.Deprecated.toString()
Deprecated.io.vertx.ext.web.handler.graphql.ApolloWSMessageType
type()
Deprecated.
-
Field Details
-
__TYPE_ARG
Deprecated.
-
-
Constructor Details
-
ApolloWSMessage
public ApolloWSMessage(io.vertx.ext.web.handler.graphql.ApolloWSMessage delegate) Deprecated. -
ApolloWSMessage
Deprecated.
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.handler.graphql.ApolloWSMessage getDelegate()Deprecated.- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
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
Deprecated.
-