What is the bean scope and context holder for Spring Cloud Stream?

498 Views Asked by At

For REST call, we can use Request-scoped bean and RequestContextHolder to access the HTTP request context.

For message-driven microservices using Spring Cloud Stream, what are the equivalent bean scope and context holder that we can use to access the message context?

0

There are 0 best solutions below