类 ServiceEnableBeatCheckInterceptor
- java.lang.Object
-
- com.alibaba.nacos.naming.healthcheck.heartbeat.AbstractBeatCheckInterceptor
-
- com.alibaba.nacos.naming.healthcheck.heartbeat.ServiceEnableBeatCheckInterceptor
-
- 所有已实现的接口:
NacosNamingInterceptor<InstanceBeatCheckTask>
public class ServiceEnableBeatCheckInterceptor extends AbstractBeatCheckInterceptor
Service enable beat check interceptor.- 作者:
- xiweng.yy
-
-
构造器概要
构造器 构造器 说明 ServiceEnableBeatCheckInterceptor()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanintercept(InstanceBeatCheckTask object)Do intercept operation.intorder()The order of interceptor.-
从类继承的方法 com.alibaba.nacos.naming.healthcheck.heartbeat.AbstractBeatCheckInterceptor
isInterceptType
-
-
-
-
方法详细资料
-
intercept
public boolean intercept(InstanceBeatCheckTask object)
从接口复制的说明:NacosNamingInterceptorDo intercept operation.This method is the actual intercept operation.
- 参数:
object- need intercepted object- 返回:
- true if object is intercepted, otherwise false
-
order
public int order()
从接口复制的说明:NacosNamingInterceptorThe order of interceptor. The lower the number, the earlier the execution.- 返回:
- the order number of interceptor
-
-