摘要: 使用 CompletableFuture 编写代码时,异常处理很重要。 CompletableFuture 提供了三种方法来处理它们:handle()、whenComplete() 和 exceptionly()。 handle() whenComplete() exceptionly() 访问成功 阅读全文
posted @ 2021-08-23 15:11 落孤秋叶 阅读(16864) 评论(0) 推荐(3) 编辑