287288289290291292293
private void fireRequestEvent(Request request) throws ConflictException, BadRequestException, NotAuthorizedException { if (eventManager == null) { return; } eventManager.fireEvent(new RequestEvent(request)); }