RequestManagerExtensions extension

on

Methods

registerFactory<TResponse, TRequest extends Request<TResponse>>(RequestHandlerFactory<TResponse, TRequest> factory) → void
Registers the given factory.
registerFunction<TResponse, TRequest extends Request<TResponse>>(FutureOr<TResponse> handler(TRequest)) → void
Registers the given handler.