Class GraphQl
java.lang.Object
org.springframework.integration.graphql.dsl.GraphQl
Factory class for GraphQL components DSL.
- Since:
- 6.0
- Author:
- Artem Bilan
- 
Method SummaryModifier and TypeMethodDescriptionstatic GraphQlMessageHandlerSpecgateway(org.springframework.graphql.ExecutionGraphQlService graphQlService) Create an instance ofGraphQlMessageHandlerSpecfor the providedExecutionGraphQlService.
- 
Method Details- 
gatewaypublic static GraphQlMessageHandlerSpec gateway(org.springframework.graphql.ExecutionGraphQlService graphQlService) Create an instance ofGraphQlMessageHandlerSpecfor the providedExecutionGraphQlService.- Parameters:
- graphQlService- the- ExecutionGraphQlServiceto use.
- Returns:
- the spec.
 
 
-