Uses of Enum Class
io.smallrye.graphql.websocket.graphqlws.MessageType
Packages that use MessageType
-
Uses of MessageType in io.smallrye.graphql.websocket.graphqlws
Methods in io.smallrye.graphql.websocket.graphqlws that return MessageTypeModifier and TypeMethodDescriptionstatic MessageTypeMessageType.fromString(String text) static MessageTypeReturns the enum constant of this class with the specified name.static MessageType[]MessageType.values()Returns an array containing the constants of this enum class, in the order they are declared.