Uses of Interface
com.graphql_java_generator.client.QueryExecutor
Package | Description |
---|---|
com.graphql_java_generator.client |
-
Uses of QueryExecutor in com.graphql_java_generator.client
Classes in com.graphql_java_generator.client that implement QueryExecutor Modifier and Type Class Description class
QueryExecutorImpl
Deprecated.class
QueryExecutorSpringReactiveImpl
This is the default implementation for theQueryExecutor
This implementation has been added in version 1.12.
It is loaded by theSpringConfiguration
Spring configuration class, that is generated with the client code.Methods in com.graphql_java_generator.client that return QueryExecutor Modifier and Type Method Description QueryExecutor
GraphQLConfiguration. getQueryExecutor()
Retrieves theQueryExecutor
for this GraphQL configurationConstructors in com.graphql_java_generator.client with parameters of type QueryExecutor Constructor Description GraphQLConfiguration(QueryExecutor executor)
The default constructor, that is used by Spring.