Package org.restheart.plugins
Interface MongoInterceptor
-
- All Superinterfaces:
ConfigurablePlugin,ExchangeTypeResolver<MongoRequest,MongoResponse>,Interceptor<MongoRequest,MongoResponse>,Plugin
public interface MongoInterceptor extends Interceptor<MongoRequest,MongoResponse>
Specialized Interceptor interface for MongoService- Author:
- Andrea Di Cesare
-
-
Method Summary
-
Methods inherited from interface org.restheart.plugins.ExchangeTypeResolver
requestType, responseType
-
Methods inherited from interface org.restheart.plugins.Interceptor
handle, resolve
-
-