I have an http interceptor in my code, and in it when passing it if (event instanceof HttpResponse) validation always gives false. When I run a
if (event instanceof HttpResponse)