Class GraphQLPluginAutoConfigurationAllGraphQLCases2
java.lang.Object
org.allGraphQLCases.client2_spring_autoconfiguration.GraphQLPluginAutoConfigurationAllGraphQLCases2
This Spring
AutoConfiguration
class defines the default Spring Beans for this GraphQL schema.- Author:
- etienne-sf
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.reactive.function.client.WebClient
webClientAllGraphQLCases2
(String graphqlEndpointAllGraphQLCases2) The Spring reactiveWebClient
that will execute the HTTP requests for GraphQL queries and mutations.
This bean is only created if no such bean already exists
-
Constructor Details
-
GraphQLPluginAutoConfigurationAllGraphQLCases2
public GraphQLPluginAutoConfigurationAllGraphQLCases2()
-
-
Method Details
-
webClientAllGraphQLCases2
@Bean @ConditionalOnMissingBean(name="webClientAllGraphQLCases2") public org.springframework.web.reactive.function.client.WebClient webClientAllGraphQLCases2(String graphqlEndpointAllGraphQLCases2) The Spring reactiveWebClient
that will execute the HTTP requests for GraphQL queries and mutations.
This bean is only created if no such bean already exists
-