Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
83 views

How to throw exception in main thread when CompletableFuture finished exceptionally immediately

When my service is called, I have 2 @Async FeignClient APIs getBookAsync, getAuthorAsync to check things: @Async public CompletableFuture<JsonNode> getBookAsync(Long id) { CompletableFuture&...
vunhatchuong's user avatar