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 GraphQlMessageHandlerSpec
gateway
(org.springframework.graphql.ExecutionGraphQlService graphQlService) Create an instance ofGraphQlMessageHandlerSpec
for the providedExecutionGraphQlService
.
-
Method Details
-
gateway
public static GraphQlMessageHandlerSpec gateway(org.springframework.graphql.ExecutionGraphQlService graphQlService) Create an instance ofGraphQlMessageHandlerSpec
for the providedExecutionGraphQlService
.- Parameters:
graphQlService
- theExecutionGraphQlService
to use.- Returns:
- the spec.
-