We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spring线程池ThreadPoolTaskExecutor的setTaskDecorator方法可以对runnable进行装饰,也可以进行异步上下文数据传递。
请问一下,TTL相比ThreadPoolTaskExecutor的优点。
The text was updated successfully, but these errors were encountered:
好处:透明且自动完成所有异步执行上下文的可定制、规范化的捕捉与传递。
展开说明参见 对应文档 使用TTL的好处与必要性。
你看看是不是有回答你想了解的?欢迎继续讨论。 @wpstan
另外,可以看看
如果2种方式了解了、业务都能够用(现在、将来),就选一个落地起来(现在、将来)更简单的。
欢迎 反馈的你的使用场景实践 和 选型思考,大家可以了解与参考 @wpstan
Sorry, something went wrong.
oldratlee
No branches or pull requests
spring线程池ThreadPoolTaskExecutor的setTaskDecorator方法可以对runnable进行装饰,也可以进行异步上下文数据传递。
请问一下,TTL相比ThreadPoolTaskExecutor的优点。
The text was updated successfully, but these errors were encountered: