PoolExhaustedToServiceUnavailable
in package
implements
MiddlewareInterface
Read onlyYes
FinalYes
Tags
Table of Contents
Interfaces
- MiddlewareInterface
Methods
- __construct() : mixed
- process() : ResponseInterface
Methods
__construct()
public
__construct(ResponseFactoryInterface $responses[, int $retryAfterSeconds = 1 ]) : mixed
Parameters
- $responses : ResponseFactoryInterface
- $retryAfterSeconds : int = 1
process()
public
process(ServerRequestInterface $request, RequestHandlerInterface $handler) : ResponseInterface
Parameters
- $request : ServerRequestInterface
- $handler : RequestHandlerInterface