public abstract class AbstractWebThreadPoolService extends Object implements WebThreadPoolService, org.springframework.boot.ApplicationRunner
| 构造器和说明 |
|---|
AbstractWebThreadPoolService() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.boot.web.server.WebServer |
getWebServer()
Get web server.
|
Executor |
getWebThreadPool()
Get web thread pool.
|
protected abstract Executor |
getWebThreadPoolByServer(org.springframework.boot.web.server.WebServer webServer)
Get web thread pool by server
|
void |
run(org.springframework.boot.ApplicationArguments args) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetWebRunStateInfo, getWebThreadPoolParameter, simpleInfo, updateWebThreadPoolprotected volatile Executor executor
protected abstract Executor getWebThreadPoolByServer(org.springframework.boot.web.server.WebServer webServer)
webServer - public Executor getWebThreadPool()
WebThreadPoolServicegetWebThreadPool 在接口中 WebThreadPoolServicepublic org.springframework.boot.web.server.WebServer getWebServer()
WebThreadPoolServicegetWebServer 在接口中 WebThreadPoolServicepublic void run(org.springframework.boot.ApplicationArguments args)
run 在接口中 org.springframework.boot.ApplicationRunnerCopyright © 2022. All rights reserved.