| Package | Description |
|---|---|
| org.springframework.graphql.server.support |
Support classes for Web transports.
|
| Modifier and Type | Method and Description |
|---|---|
static GraphQlWebSocketMessageType |
GraphQlWebSocketMessageType.fromValue(String value) |
GraphQlWebSocketMessageType |
GraphQlWebSocketMessage.resolvedType()
Return the message type as an emum.
|
static GraphQlWebSocketMessageType |
GraphQlWebSocketMessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphQlWebSocketMessageType[] |
GraphQlWebSocketMessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|