I use HttpAsyncClientBuilder to crate HttpAsyncClient. but i found that HttpAsyncClientBuilder didn't have the setRetryHandler method while HttpClientBuilder haved.
Then how to retry the request when request is failed? Thanks!
I use HttpAsyncClientBuilder to crate HttpAsyncClient. but i found that HttpAsyncClientBuilder didn't have the setRetryHandler method while HttpClientBuilder haved.
Then how to retry the request when request is failed? Thanks!