Package org.restheart.plugins
Interface HandlingPlugin<R extends Request<?>,S extends Response<?>>
- Type Parameters:
R- RequestS- Response
- All Superinterfaces:
ExchangeTypeResolver<R,,S> Plugin
- All Known Subinterfaces:
BsonService,ByteArrayService,JsonService,Service<R,,S> StringService
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 <andrea@softinstigate.com>
-
Method Summary
Methods inherited from interface org.restheart.plugins.ExchangeTypeResolver
requestType, responseType