使用Spring-Webflux在请求生命周期中保存数据

时间:2018-11-12 10:00:26

标签: spring-boot spring-webflux reactor

我将Reactor版本3.2.0与Spring Boot 2.1.0一起使用,并且https://github.com/rstoyanchev/context-holder/blob/master/src/main/java/com/example/context/RequestContextFilter.java中的contextStart方法不可用。在请求生命周期中保存请求上下文数据的功能是否已经发布?

如果没有,当前在请求生命周期中保存数据的方式是什么?

(当我切换到另一个线程时,仅Webfilter不能正常工作。)

0 个答案:

没有答案