接口 Interceptable
-
- 所有已知子接口:
NacosHealthCheckTask
public interface InterceptableInterceptable Interface.- 作者:
- xiweng.yy
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidafterIntercept()If oneNacosNamingInterceptorintercept this object, this method will be called.voidpassIntercept()If noNacosNamingInterceptorintercept this object, this method will be called to execute.
-
-
-
方法详细资料
-
passIntercept
void passIntercept()
If noNacosNamingInterceptorintercept this object, this method will be called to execute.
-
afterIntercept
void afterIntercept()
If oneNacosNamingInterceptorintercept this object, this method will be called.
-
-