Neos\Flow\Http\RequestHandler::getPriority PHP Method

getPriority() public method

Returns the priority - how eager the handler is to actually handle the request.
public getPriority ( ) : integer
return integer The priority of the request handler.
    public function getPriority()
    {
        return 100;
    }