| Package | Description |
|---|---|
| io.smallrye.graphql.client.dynamic.api | |
| io.smallrye.graphql.client.typesafe.api | |
| io.smallrye.graphql.client.websocket |
| Modifier and Type | Method and Description |
|---|---|
DynamicGraphQLClientBuilder |
DynamicGraphQLClientBuilder.subprotocols(WebsocketSubprotocol... subprotocols) |
| Modifier and Type | Method and Description |
|---|---|
TypesafeGraphQLClientBuilder |
TypesafeGraphQLClientBuilder.subprotocols(WebsocketSubprotocol... subprotocols) |
| Modifier and Type | Method and Description |
|---|---|
static WebsocketSubprotocol |
WebsocketSubprotocol.fromString(String text) |
static WebsocketSubprotocol |
WebsocketSubprotocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebsocketSubprotocol[] |
WebsocketSubprotocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2022. All rights reserved.