callable(RequestInterface, array): PromiseInterface $nextHandler Next handler to invoke.:
public function __construct(callable $nextHandler) { $this->nextHandler = $nextHandler; }