Index

A C E G H I K M O P Q S T U W 
All Classes and Interfaces|All Packages

A

allowUnexpectedResponseFields() - Method in interface io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
Allowing unexpected fields in response.

C

clients() - Method in interface io.quarkus.smallrye.graphql.client.runtime.GraphQLClientsConfig
Configurations of named GraphQL client instances.

E

enableBuildTimeScanning() - Method in interface io.quarkus.smallrye.graphql.client.runtime.GraphQLClientBuildConfig
Configuration item to enable build-time scanning in Quarkus for generating typesafe GraphQL client models.
executeSingleResultOperationsOverWebsocket() - Method in interface 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 - Interface in io.quarkus.smallrye.graphql.client.runtime
 
GraphQLClientCertificateUpdateEventListener - Class in io.quarkus.smallrye.graphql.client.runtime
 
GraphQLClientCertificateUpdateEventListener() - Constructor for class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientCertificateUpdateEventListener
 
GraphQLClientConfig - Interface in io.quarkus.smallrye.graphql.client.runtime
 
graphQLClientsConfig - Variable in class io.quarkus.smallrye.graphql.client.runtime.GraphQLClientCertificateUpdateEventListener
 
GraphQLClientsConfig - Interface in io.quarkus.smallrye.graphql.client.runtime
 
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() - Method in interface io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
HTTP headers to add when communicating with the target GraphQL service.

I

initPayload() - Method in interface 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() - Method in interface 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."config-key".tls-bucket-name.
keyStorePassword() - Method in interface 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."config-key".tls-bucket-name.
keyStoreType() - Method in interface 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."config-key".tls-bucket-name.

M

maxRedirects() - Method in interface 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() - Method in interface io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
Hostname of the proxy to use.
proxyPassword() - Method in interface io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
Password for the proxy to use.
proxyPort() - Method in interface io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
Port number of the proxy to use.
proxyUsername() - Method in interface 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() - Method in interface io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
WebSocket subprotocols that should be supported by this client for running GraphQL operations over websockets.

T

tlsConfigurationName() - Method in interface io.quarkus.smallrye.graphql.client.runtime.GraphQLClientConfig
The name of the TLS configuration (bucket) used for client authentication in the TLS registry.
trustStore() - Method in interface 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."config-key".tls-bucket-name.
trustStorePassword() - Method in interface 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."config-key".tls-bucket-name.
trustStoreType() - Method in interface 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."config-key".tls-bucket-name.
typesafeClientSupplier(Class<T>) - Method in class io.quarkus.smallrye.graphql.client.runtime.SmallRyeGraphQLClientRecorder
 

U

url() - Method in interface 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() - Method in interface 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).
A C E G H I K M O P Q S T U W 
All Classes and Interfaces|All Packages