public class HealthCheckerExecutor extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private static org.slf4j.Logger |
logger |
private static ThreadPoolExecutor |
THREAD_POOL_REF |
| 构造器和说明 |
|---|
HealthCheckerExecutor() |
| 限定符和类型 | 方法和说明 |
|---|---|
private static ThreadPoolExecutor |
createThreadPoolExecutor()
Create thread pool to execute health check.
|
static Future<org.springframework.boot.actuate.health.Health> |
submitTask(Callable<org.springframework.boot.actuate.health.Health> callable) |
private static org.slf4j.Logger logger
private static final ThreadPoolExecutor THREAD_POOL_REF
public static Future<org.springframework.boot.actuate.health.Health> submitTask(Callable<org.springframework.boot.actuate.health.Health> callable)
private static ThreadPoolExecutor createThreadPoolExecutor()
Copyright © 2022 Zodiac. All rights reserved.