Package org.restheart.plugins
Interface HandlingPlugin<R extends Request<?>,S extends Response<?>>
-
- Type Parameters:
R-S-
- All Superinterfaces:
ExchangeTypeResolver<R,S>,Plugin
- All Known Subinterfaces:
BsonService,ByteArrayService,JsonService,Service<R,S>
public interface HandlingPlugin<R extends Request<?>,S extends Response<?>> extends Plugin, ExchangeTypeResolver<R,S>
Parent interface of handling plugins: Service and Proxy- Author:
- Andrea Di Cesare
-
-
Method Summary
-
Methods inherited from interface org.restheart.plugins.ExchangeTypeResolver
requestType, responseType
-
-