Class GraphAppDefinitionPatchChecker
java.lang.Object
org.restheart.graphql.interceptors.GraphAppDefinitionPatchChecker
- All Implemented Interfaces:
ConfigurablePlugin,ExchangeTypeResolver<MongoRequest,MongoResponse>,Interceptor<MongoRequest,MongoResponse>,MongoInterceptor,Plugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidhandle(MongoRequest request, MongoResponse response)voidmc(com.mongodb.MongoClient mclient)booleanresolve(MongoRequest request, MongoResponse response)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.restheart.plugins.ExchangeTypeResolver
requestType, responseType
-
Constructor Details
-
GraphAppDefinitionPatchChecker
public GraphAppDefinitionPatchChecker()
-
-
Method Details
-
mc
public void mc(com.mongodb.MongoClient mclient) -
conf
-
handle
- Specified by:
handlein interfaceInterceptor<MongoRequest,MongoResponse>- Throws:
Exception
-
resolve
- Specified by:
resolvein interfaceInterceptor<MongoRequest,MongoResponse>
-