标签: java spring message-driven-bean spring-cloud-stream
对于REST调用,我们可以使用Request-scoped bean和RequestContextHolder来访问HTTP请求上下文。 对于使用Spring Cloud Stream的消息驱动的微服务,我们可以使用什么等效的 bean范围和上下文持有者来访问消息上下文?
Request-scoped
RequestContextHolder