Interface HandlingPlugin<R extends Request<?>,S extends Response<?>>

Type Parameters:
R - Request
S - 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>