Spring Boot-@Async實現異步調用:使用Future以及定義超時

定義異步任務 首先,咱們先使用@Async註解來定義一個異步任務,這個方法返回Future類型,具體以下:java @Slf4j @Component public class Task { public static Random random = new Random(); @Async("taskExecutor") public Future<String> r
相關文章
相關標籤/搜索