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