Package graphql.kickstart.servlet.cache
Class CachingQueryResponseWriterFactory
java.lang.Object
graphql.kickstart.servlet.cache.CachingQueryResponseWriterFactory
- All Implemented Interfaces:
QueryResponseWriterFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateWriter
(graphql.kickstart.execution.input.GraphQLInvocationInput invocationInput, graphql.kickstart.execution.GraphQLQueryResult queryResult, GraphQLConfiguration configuration)
-
Constructor Details
-
CachingQueryResponseWriterFactory
public CachingQueryResponseWriterFactory()
-
-
Method Details
-
createWriter
public QueryResponseWriter createWriter(graphql.kickstart.execution.input.GraphQLInvocationInput invocationInput, graphql.kickstart.execution.GraphQLQueryResult queryResult, GraphQLConfiguration configuration) - Specified by:
createWriter
in interfaceQueryResponseWriterFactory
-