Uses of Interface
io.leangen.graphql.spqr.spring.web.reactive.GraphQLReactiveExecutor
Packages that use GraphQLReactiveExecutor
Package
Description
-
Uses of GraphQLReactiveExecutor in io.leangen.graphql.spqr.spring.autoconfigure
Methods in io.leangen.graphql.spqr.spring.autoconfigure that return GraphQLReactiveExecutorModifier and TypeMethodDescriptionReactiveAutoConfiguration.graphQLExecutor(ReactiveContextFactory contextFactory, Optional<DataLoaderRegistryFactory> dataLoaderRegistryFactory) Methods in io.leangen.graphql.spqr.spring.autoconfigure with parameters of type GraphQLReactiveExecutorModifier and TypeMethodDescriptionReactiveAutoConfiguration.graphQLController(graphql.GraphQL graphQL, GraphQLReactiveExecutor executor) -
Uses of GraphQLReactiveExecutor in io.leangen.graphql.spqr.spring.web.reactive
Classes in io.leangen.graphql.spqr.spring.web.reactive that implement GraphQLReactiveExecutorConstructors in io.leangen.graphql.spqr.spring.web.reactive with parameters of type GraphQLReactiveExecutorModifierConstructorDescriptionDefaultGraphQLController(graphql.GraphQL graphQL, GraphQLReactiveExecutor executor)