Package graphql.kickstart.servlet.cache
Class CachingQueryResponseWriterFactory
- java.lang.Object
-
- graphql.kickstart.servlet.cache.CachingQueryResponseWriterFactory
-
- All Implemented Interfaces:
QueryResponseWriterFactory
public class CachingQueryResponseWriterFactory extends java.lang.Object implements QueryResponseWriterFactory
-
-
Constructor Summary
Constructors Constructor Description CachingQueryResponseWriterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryResponseWritercreateWriter(graphql.kickstart.execution.input.GraphQLInvocationInput invocationInput, graphql.kickstart.execution.GraphQLQueryResult queryResult, GraphQLConfiguration configuration)
-
-
-
Method Detail
-
createWriter
public QueryResponseWriter createWriter(graphql.kickstart.execution.input.GraphQLInvocationInput invocationInput, graphql.kickstart.execution.GraphQLQueryResult queryResult, GraphQLConfiguration configuration)
- Specified by:
createWriterin interfaceQueryResponseWriterFactory
-
-