I have to run a method asynchronously in a spring-boot application. I can annotate with @Async or I can put it inside the CompletableFuture.runAsync() method. Do both have t