类 HealthCheckResponsibleInterceptor

    • 构造器详细资料

      • HealthCheckResponsibleInterceptor

        public HealthCheckResponsibleInterceptor()
    • 方法详细资料

      • intercept

        public boolean intercept​(NacosHealthCheckTask object)
        从接口复制的说明: NacosNamingInterceptor
        Do intercept operation.

        This method is the actual intercept operation.

        参数:
        object - need intercepted object
        返回:
        true if object is intercepted, otherwise false
      • order

        public int order()
        从接口复制的说明: NacosNamingInterceptor
        The order of interceptor. The lower the number, the earlier the execution.
        返回:
        the order number of interceptor