Class SmallRyeGraphQLClientRecorder
java.lang.Object
io.quarkus.smallrye.graphql.client.runtime.SmallRyeGraphQLClientRecorder
-
Constructor Summary
ConstructorsConstructorDescriptionSmallRyeGraphQLClientRecorder(io.quarkus.runtime.RuntimeValue<GraphQLClientsConfig> runtimeConfig) -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.runtime.RuntimeValue<io.smallrye.graphql.client.model.ClientModels> getRuntimeClientModel(io.smallrye.graphql.client.model.ClientModels clientModel) voidvoidsetGlobalVertxInstance(Supplier<io.vertx.core.Vertx> vertx) voidsetTypesafeApiClasses(List<String> apiClassNames) <T> Function<io.quarkus.arc.SyntheticCreationalContext<T>, T> typesafeClientSupplier(Class<T> targetClassName)
-
Constructor Details
-
SmallRyeGraphQLClientRecorder
public SmallRyeGraphQLClientRecorder(io.quarkus.runtime.RuntimeValue<GraphQLClientsConfig> runtimeConfig)
-
-
Method Details
-
typesafeClientSupplier
-
setTypesafeApiClasses
-
mergeClientConfigurations
-
setGlobalVertxInstance
-
getRuntimeClientModel
public io.quarkus.runtime.RuntimeValue<io.smallrye.graphql.client.model.ClientModels> getRuntimeClientModel(io.smallrye.graphql.client.model.ClientModels clientModel)
-