Uses of Class
io.smallrye.graphql.client.impl.GraphQLClientConfiguration
-
Packages that use GraphQLClientConfiguration Package Description io.smallrye.graphql.client.impl -
-
Uses of GraphQLClientConfiguration in io.smallrye.graphql.client.impl
Methods in io.smallrye.graphql.client.impl that return GraphQLClientConfiguration Modifier and Type Method Description GraphQLClientConfigurationGraphQLClientsConfiguration. getClient(String key)GraphQLClientConfigurationGraphQLClientConfiguration. merge(GraphQLClientConfiguration other)Merge the `other` configuration into this one.Methods in io.smallrye.graphql.client.impl that return types with arguments of type GraphQLClientConfiguration Modifier and Type Method Description Map<String,GraphQLClientConfiguration>GraphQLClientsConfiguration. getClients()Methods in io.smallrye.graphql.client.impl with parameters of type GraphQLClientConfiguration Modifier and Type Method Description voidGraphQLClientsConfiguration. addClient(String key, GraphQLClientConfiguration config)this method is required by QuarkusGraphQLClientConfigurationGraphQLClientConfiguration. merge(GraphQLClientConfiguration other)Merge the `other` configuration into this one.
-