public class DtpAdapterListener extends Object implements org.springframework.context.event.GenericApplicationListener
| 构造器和说明 |
|---|
DtpAdapterListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
doAlarmCheck(com.dtp.common.properties.DtpProperties dtpProperties)
Do alarm check.
|
protected void |
doCollect(com.dtp.common.properties.DtpProperties dtpProperties)
Do collect thread pool stats.
|
protected void |
doRefresh(com.dtp.common.properties.DtpProperties dtpProperties)
Do refresh.
|
void |
onApplicationEvent(org.springframework.context.ApplicationEvent event) |
boolean |
supportsEventType(org.springframework.core.ResolvableType resolvableType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic boolean supportsEventType(org.springframework.core.ResolvableType resolvableType)
supportsEventType 在接口中 org.springframework.context.event.GenericApplicationListenerpublic void onApplicationEvent(@NonNull
org.springframework.context.ApplicationEvent event)
onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>protected void doCollect(com.dtp.common.properties.DtpProperties dtpProperties)
dtpProperties - dtpPropertiesprotected void doRefresh(com.dtp.common.properties.DtpProperties dtpProperties)
dtpProperties - dtpPropertiesprotected void doAlarmCheck(com.dtp.common.properties.DtpProperties dtpProperties)
dtpProperties - dtpPropertiesCopyright © 2023. All rights reserved.