public abstract class AbstractHealthCheckInterceptor extends Object implements NacosNamingInterceptor<NacosHealthCheckTask>
| 构造器和说明 |
|---|
AbstractHealthCheckInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isInterceptType(Class<?> type)
Judge whether the input type is intercepted by this Interceptor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitintercept, orderpublic boolean isInterceptType(Class<?> type)
NacosNamingInterceptorThis method only should judge the object type whether need be do intercept. Not the intercept logic.
isInterceptType 在接口中 NacosNamingInterceptor<NacosHealthCheckTask>type - typeCopyright © 2018–2022 Alibaba Group. All rights reserved.