Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
0 answers
768 views

Can I put aspect oriented pointcut on every CompletableFuture async calls?

In my spring-boot java project, I have hundreds of API which call other backend API on different cases. These calls happen in parallel threads (inside CompletableFuture async methods). For logging ...
Stone Henge's user avatar