类 AbstractHealthCheckInterceptor

    • 构造器详细资料

      • AbstractHealthCheckInterceptor

        public AbstractHealthCheckInterceptor()
    • 方法详细资料

      • isInterceptType

        public boolean isInterceptType​(java.lang.Class<?> type)
        从接口复制的说明: NacosNamingInterceptor
        Judge whether the input type is intercepted by this Interceptor.

        This method only should judge the object type whether need be do intercept. Not the intercept logic.

        指定者:
        isInterceptType 在接口中 NacosNamingInterceptor<NacosHealthCheckTask>
        参数:
        type - type
        返回:
        true if the input type is intercepted by this Interceptor, otherwise false