public class ApolloWSMessage extends Object
subscriptions-transport-ws
transport.
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<ApolloWSMessage> |
__TYPE_ARG |
Constructor and Description |
---|
ApolloWSMessage(io.vertx.ext.web.handler.graphql.ApolloWSMessage delegate) |
ApolloWSMessage(Object delegate) |
Modifier and Type | Method and Description |
---|---|
Object |
connectionParams() |
io.vertx.core.json.JsonObject |
content() |
boolean |
equals(Object o) |
io.vertx.ext.web.handler.graphql.ApolloWSMessage |
getDelegate() |
int |
hashCode() |
static ApolloWSMessage |
newInstance(io.vertx.ext.web.handler.graphql.ApolloWSMessage arg) |
ServerWebSocket |
serverWebSocket() |
String |
toString() |
io.vertx.ext.web.handler.graphql.ApolloWSMessageType |
type() |
public static final TypeArg<ApolloWSMessage> __TYPE_ARG
public ApolloWSMessage(io.vertx.ext.web.handler.graphql.ApolloWSMessage delegate)
public ApolloWSMessage(Object delegate)
public io.vertx.ext.web.handler.graphql.ApolloWSMessage getDelegate()
public ServerWebSocket serverWebSocket()
public io.vertx.ext.web.handler.graphql.ApolloWSMessageType type()
public io.vertx.core.json.JsonObject content()
public Object connectionParams()
public static ApolloWSMessage newInstance(io.vertx.ext.web.handler.graphql.ApolloWSMessage arg)
Copyright © 2021 Eclipse. All rights reserved.