介绍
在Java 8中,引入了CompletableFuture类。除Future接口外,它还实现了CompletionStage接口。该接口为异步计算步骤定义了联系,该联系可以与其他步骤结合使用。
一个人,一根烧火棍,面对整个世界.
1 | ServiceGrpc.ServiceFutureStub stub; |
easyexcel是阿里读写Excel工具类。
1 | <dependency> |
Bean为声明由Spring管理的实例。
1 | @Configuration |
Future是JDK1.5后提供的异步调用接口。
CompletableFuture是JDK8提出的一个支持非阻塞的多功能的异步类,实现了Future。
1 | <sentinel.version>1.7.1</sentinel.version> |
sentinel-transport-simple-http便于接入console控制台