@Configuration public class WebThreadPoolConfiguration extends Object
| 构造器和说明 |
|---|
WebThreadPoolConfiguration() |
@Bean public WebThreadPoolRunStateHandler webThreadPoolRunStateHandler()
@Bean public ThreadPoolRunStateHandler threadPoolRunStateHandler(InetUtils hippo4JInetUtils)
@Bean @ConditionalOnBean(name="tomcatServletWebServerFactory") public TomcatWebThreadPoolHandler tomcatWebThreadPoolHandler(WebThreadPoolRunStateHandler webThreadPoolRunStateHandler)
@Bean @ConditionalOnBean(name="JettyServletWebServerFactory") public JettyWebThreadPoolHandler jettyWebThreadPoolHandler()
@Bean @ConditionalOnBean(name="undertowServletWebServerFactory") public UndertowWebThreadPoolHandler undertowWebThreadPoolHandler()
@Bean public WebThreadPoolHandlerChoose webThreadPoolServiceChoose()
Copyright © 2022. All rights reserved.