RequestManagerExtensions extension

on

Methods

registerFactory<TResponse, TRequest extends Request<TResponse>>(RequestHandlerFactory<TResponse, TRequest> factory) → void

Available on RequestManager, provided by the RequestManagerExtensions extension

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

Available on RequestManager, provided by the RequestManagerExtensions extension

Registers the given handler.