-
Notifications
You must be signed in to change notification settings - Fork 38.2k
New issue
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
Add property accessors to ExecutorConfigurationSupport
#34034
base: main
Are you sure you want to change the base?
Conversation
Why is that? And why do you need the bean's name? |
ExecutorConfigurationSupport.
ExecutorConfigurationSupport.
ExecutorConfigurationSupport
Because I want to print executor related information on the actuator endpoint, I need to obtain beanName as the key. Of course, this is not necessary, and I can also obtain it through other means. |
Sometimes I need to check if the
ExecutorConfigurationSupport
executor has enabled virtual threads, so I added the corresponding getter methods.