| 程序包 | 说明 |
|---|---|
| com.alibaba.nacos.naming.healthcheck.heartbeat | |
| com.alibaba.nacos.naming.healthcheck.interceptor | |
| com.alibaba.nacos.naming.interceptor |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractBeatCheckInterceptor
Abstract Beat check Interceptor.
|
class |
InstanceBeatCheckResponsibleInterceptor
Instance responsibility check interceptor.
|
class |
InstanceEnableBeatCheckInterceptor
Instance enable beat check interceptor.
|
class |
ServiceEnableBeatCheckInterceptor
Service enable beat check interceptor.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractHealthCheckInterceptor
Abstract health check interceptor.
|
class |
HealthCheckEnableInterceptor
Health check enable interceptor.
|
class |
HealthCheckResponsibleInterceptor
Health check responsible interceptor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<NacosNamingInterceptor<T>> |
AbstractNamingInterceptorChain.getInterceptors()
Get all interceptors.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NacosNamingInterceptorChain.addInterceptor(NacosNamingInterceptor<T> interceptor)
Add interceptor.
|
void |
AbstractNamingInterceptorChain.addInterceptor(NacosNamingInterceptor<T> interceptor) |
| 构造器和说明 |
|---|
AbstractNamingInterceptorChain(Class<? extends NacosNamingInterceptor<T>> clazz) |
Copyright © 2018–2022 Alibaba Group. All rights reserved.