Function: SetBrowserResponseResolverMiddleware()
Function: SetBrowserResponseResolverMiddleware()
function SetBrowserResponseResolverMiddleware(context, next): Promise<IBlueprint>;
Middleware to dynamically set response resolver for adapter.
Parameters
context
BlueprintContext<IBlueprint, ClassType>
The configuration context containing modules and blueprint.
next
NextMiddleware<BlueprintContext<IBlueprint, ClassType>, IBlueprint>
The next pipeline function to continue processing.
Returns
Promise<IBlueprint>
The updated blueprint or a promise resolving to it.
Example
SetBrowserResponseResolverMiddleware(context, next)
