Uses of Class
io.vertx.ext.web.handler.graphql.ws.MessageType
-
Packages that use MessageType Package Description io.vertx.ext.web.handler.graphql.ws io.vertx.reactivex.ext.web.handler.graphql.ws io.vertx.rxjava3.ext.web.handler.graphql.ws -
-
Uses of MessageType in io.vertx.ext.web.handler.graphql.ws
Methods in io.vertx.ext.web.handler.graphql.ws that return MessageType Modifier and Type Method Description static MessageType
MessageType. from(String type)
Get aMessageType
from its text representation.MessageType
Message. type()
static MessageType
MessageType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MessageType[]
MessageType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MessageType in io.vertx.reactivex.ext.web.handler.graphql.ws
Methods in io.vertx.reactivex.ext.web.handler.graphql.ws that return MessageType Modifier and Type Method Description MessageType
Message. type()
-
Uses of MessageType in io.vertx.rxjava3.ext.web.handler.graphql.ws
Methods in io.vertx.rxjava3.ext.web.handler.graphql.ws that return MessageType Modifier and Type Method Description MessageType
Message. type()
-