Closed whiter4bbit closed 7 years ago
It is useful to override AsyncListenableTaskExecutor (to use bounded thread pool for example). In order to do this now, need to override AsyncHttpRequestFactory - it requires HttpClient instance.
AsyncListenableTaskExecutor
AsyncHttpRequestFactory
HttpClient
:+1:
@whiter4bbit I released 0.12.0. Thanks for the contribution!
It is useful to override
AsyncListenableTaskExecutor
(to use bounded thread pool for example). In order to do this now, need to overrideAsyncHttpRequestFactory
- it requiresHttpClient
instance.