RequestHandlerFactory<TResponse, TRequest extends Request<TResponse>> typedef

RequestHandlerFactory<TResponse, TRequest extends Request<TResponse>> = RequestHandler<TResponse, TRequest> Function()

Factory to create a RequestHandler.

Implementation

typedef RequestHandlerFactory<TResponse, TRequest extends Request<TResponse>>
    = RequestHandler<TResponse, TRequest> Function();