Index
All Classes and Interfaces|All Packages
A
- allowUnexpectedResponseFields - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
-
Allowing unexpected fields in response.
C
- clients - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientsConfig
-
Configurations of named GraphQL client instances.
E
- enableBuildTimeScanning - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientBuildConfig
-
Configuration item to enable build-time scanning in Quarkus for generating typesafe GraphQL client models.
- executeSingleResultOperationsOverWebsocket - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
-
If true, then queries and mutations will run over the websocket transport rather than pure HTTP.
G
- getKnownConfigKeys() - Method in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientSupport
- getRuntimeClientModel(ClientModels) - Method in class io.quarkus.smallrye.graphql.client.runtime.SmallRyeGraphQLClientRecorder
- getShortNamesToQualifiedNamesMapping() - Method in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientSupport
- GraphQLClientBuildConfig - Class in io.quarkus.smallrye.graphql.client.runtime
- GraphQLClientBuildConfig() - Constructor for class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientBuildConfig
- GraphQLClientCertificateUpdateEventListener - Class in io.quarkus.smallrye.graphql.client.runtime
- GraphQLClientCertificateUpdateEventListener() - Constructor for class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientCertificateUpdateEventListener
- GraphQLClientConfig - Class in io.quarkus.smallrye.graphql.client.runtime
- GraphQLClientConfig() - Constructor for class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
- graphQLClientsConfig - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientCertificateUpdateEventListener
- GraphQLClientsConfig - Class in io.quarkus.smallrye.graphql.client.runtime
- GraphQLClientsConfig() - Constructor for class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientsConfig
- GraphQLClientSupport - Class in io.quarkus.smallrye.graphql.client.runtime
-
Items from build time needed to make available at runtime.
- GraphQLClientSupport() - Constructor for class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientSupport
H
- headers - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
-
HTTP headers to add when communicating with the target GraphQL service.
I
- initPayload - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
-
Additional payload sent on websocket initialization.
- io.quarkus.smallrye.graphql.client.runtime - package io.quarkus.smallrye.graphql.client.runtime
K
- keyStore - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.
- keyStorePassword - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.This configuration property is deprecated. Consider using the Quarkus TLS registry. Set the desired TLS bucket name using the following configuration property:
quarkus.smallrye-graphql-client."client-name".tls-bucket-name. - keyStoreType - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.This configuration property is deprecated. Consider using the Quarkus TLS registry. Set the desired TLS bucket name using the following configuration property:
quarkus.smallrye-graphql-client."client-name".tls-bucket-name.
M
- maxRedirects - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
-
Maximum number of redirects to follow.
- mergeClientConfigurations(GraphQLClientSupport, GraphQLClientsConfig) - Method in class io.quarkus.smallrye.graphql.client.runtime.SmallRyeGraphQLClientRecorder
O
- onCertificateUpdate(CertificateUpdatedEvent) - Method in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientCertificateUpdateEventListener
P
- proxyHost - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
-
Hostname of the proxy to use.
- proxyPassword - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
-
Password for the proxy to use.
- proxyPort - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
-
Port number of the proxy to use.
- proxyUsername - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
-
Username for the proxy to use.
Q
- QuarkifiedErrorMessageProvider - Class in io.quarkus.smallrye.graphql.client.runtime
-
Provides Quarkus-specific versions of error messages for SmallRye GraphQL.
- QuarkifiedErrorMessageProvider() - Constructor for class io.quarkus.smallrye.graphql.client.runtime.QuarkifiedErrorMessageProvider
S
- setGlobalVertxInstance(Supplier<Vertx>) - Method in class io.quarkus.smallrye.graphql.client.runtime.SmallRyeGraphQLClientRecorder
- setKnownConfigKeys(List<String>) - Method in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientSupport
- setShortNamesToQualifiedNamesMapping(Map<String, String>) - Method in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientSupport
- setTypesafeApiClasses(List<String>) - Method in class io.quarkus.smallrye.graphql.client.runtime.SmallRyeGraphQLClientRecorder
- SmallRyeGraphQLClientRecorder - Class in io.quarkus.smallrye.graphql.client.runtime
- SmallRyeGraphQLClientRecorder() - Constructor for class io.quarkus.smallrye.graphql.client.runtime.SmallRyeGraphQLClientRecorder
- subprotocols - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
-
WebSocket subprotocols that should be supported by this client for running GraphQL operations over websockets.
T
- tlsConfigurationName - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
-
The name of the TLS configuration (bucket) used for client authentication in the TLS registry.
- trustStore - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.This configuration property is deprecated. Consider using the Quarkus TLS registry. Set the desired TLS bucket name using the following configuration property:
quarkus.smallrye-graphql-client."client-name".tls-bucket-name. - trustStorePassword - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.This configuration property is deprecated. Consider using the Quarkus TLS registry. Set the desired TLS bucket name using the following configuration property:
quarkus.smallrye-graphql-client."client-name".tls-bucket-name. - trustStoreType - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.This configuration property is deprecated. Consider using the Quarkus TLS registry. Set the desired TLS bucket name using the following configuration property:
quarkus.smallrye-graphql-client."client-name".tls-bucket-name. - typesafeClientSupplier(Class<T>) - Method in class io.quarkus.smallrye.graphql.client.runtime.SmallRyeGraphQLClientRecorder
U
- url - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
-
The URL location of the target GraphQL service.
- urlMissingErrorForNamedClient(String) - Method in class io.quarkus.smallrye.graphql.client.runtime.QuarkifiedErrorMessageProvider
W
- websocketInitializationTimeout - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
-
Maximum time in milliseconds that will be allowed to wait for the server to acknowledge a websocket connection (send a subprotocol-specific ACK message).
All Classes and Interfaces|All Packages
quarkus.smallrye-graphql-client."client-name".tls-bucket-name.