Sets a response and stops event propagation.
public function setResponse(Response $response) : void { $this->response = $response; $this->stopPropagation(); }