Closed pitschr closed 3 years ago
Both methods are now async per default:
To use a blocking-operation just append the method with .get() or .get(long,TimeUnit)
.get()
.get(long,TimeUnit)
Both methods are now async per default:
To use a blocking-operation just append the method with
.get()
or.get(long,TimeUnit)