WebFlux 之 Mono API

//empty():创建一个不包含任何元素,只发布结束消息的序列 Mono.empty().subscribe(System.out::println); //just():可以指定序列中包含的全部元

2019-12-13 19:43:21