Make specifying the executorService
optional for non-blocking solutions
#301
Labels
executorService
optional for non-blocking solutions
#301
With a non blocking rest client implementation, it does not make sense for a user to provide a custom
ExecutorService
.Could we make it optional (so that the implementation either has to throw an exception that it does not support it or implement it as currently specified)?
The text was updated successfully, but these errors were encountered: