Class DefaultGraphQLExecutor
java.lang.Object
io.leangen.graphql.spqr.spring.web.HttpExecutor<org.springframework.web.server.ServerWebExchange>
io.leangen.graphql.spqr.spring.web.reactive.DefaultGraphQLExecutor
- All Implemented Interfaces:
GraphQLExecutor<org.springframework.web.server.ServerWebExchange>,GraphQLReactiveExecutor
public class DefaultGraphQLExecutor
extends HttpExecutor<org.springframework.web.server.ServerWebExchange>
implements GraphQLReactiveExecutor
-
Field Summary
Fields inherited from class io.leangen.graphql.spqr.spring.web.HttpExecutor
contextFactory, dataLoaderRegistryFactory -
Constructor Summary
ConstructorsConstructorDescriptionDefaultGraphQLExecutor(ReactiveContextFactory contextFactory, DataLoaderRegistryFactory dataLoaderRegistryFactory) -
Method Summary
Methods inherited from class io.leangen.graphql.spqr.spring.web.HttpExecutor
data, error, executeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.leangen.graphql.spqr.spring.web.GraphQLExecutor
buildInput, buildInput, execute
-
Constructor Details
-
DefaultGraphQLExecutor
public DefaultGraphQLExecutor(ReactiveContextFactory contextFactory, DataLoaderRegistryFactory dataLoaderRegistryFactory)
-