Uses of Interface
io.leangen.graphql.spqr.spring.autoconfigure.ReactiveContextFactory
Packages that use ReactiveContextFactory
Package
Description
-
Uses of ReactiveContextFactory in io.leangen.graphql.spqr.spring.autoconfigure
Methods in io.leangen.graphql.spqr.spring.autoconfigure that return ReactiveContextFactoryMethods in io.leangen.graphql.spqr.spring.autoconfigure with parameters of type ReactiveContextFactoryModifier and TypeMethodDescriptionReactiveAutoConfiguration.graphQLExecutor(ReactiveContextFactory contextFactory, Optional<DataLoaderRegistryFactory> dataLoaderRegistryFactory) -
Uses of ReactiveContextFactory in io.leangen.graphql.spqr.spring.web.reactive
Constructors in io.leangen.graphql.spqr.spring.web.reactive with parameters of type ReactiveContextFactoryModifierConstructorDescriptionDefaultGraphQLExecutor(ReactiveContextFactory contextFactory, DataLoaderRegistryFactory dataLoaderRegistryFactory)