Uses of Interface
com.graphql_java_generator.client.RequestExecution
| Package | Description |
|---|---|
| com.graphql_java_generator.client |
-
Uses of RequestExecution in com.graphql_java_generator.client
Classes in com.graphql_java_generator.client that implement RequestExecution Modifier and Type Class Description classRequestExecutionGraphQLTransportWSImplThis method uses the graphql-transport-ws) protocol for all requests (queries, mutations and subscriptions).classRequestExecutionImplDeprecated.classRequestExecutionSpringReactiveImplThis is the default implementation for theRequestExecutionThis implementation has been added in version 1.12.
It is loaded by theSpringConfigurationSpring configuration class, that is generated with the client code.Methods in com.graphql_java_generator.client that return RequestExecution Modifier and Type Method Description RequestExecutionGraphQLConfiguration. getQueryExecutor()Retrieves theRequestExecutionfor this GraphQL configurationConstructors in com.graphql_java_generator.client with parameters of type RequestExecution Constructor Description GraphQLConfiguration(RequestExecution requestExecutor)The default constructor, that is used by Spring.