With *ResponseEntityReader, a listener is created once.
However it's a request-based thing and will fail on a new request when a new request is done (for instance, when retried with Jetty93RetryHelper). Therefore, it should be considered on request basis (ideally, a reader shouldn't own listener).
With *ResponseEntityReader, a listener is created once. However it's a request-based thing and will fail on a new request when a new request is done (for instance, when retried with Jetty93RetryHelper). Therefore, it should be considered on request basis (ideally, a reader shouldn't own listener).