Package org.restheart.plugins
Interface BsonInterceptor
-
- All Superinterfaces:
ConfigurablePlugin,ExchangeTypeResolver<BsonRequest,BsonResponse>,Interceptor<BsonRequest,BsonResponse>,Plugin
public interface BsonInterceptor extends Interceptor<BsonRequest,BsonResponse>
Specialized Interceptor interface for services implementing BsonService- 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
-
-