public interface NacosNamingInterceptor<T extends Interceptable>
boolean isInterceptType(Class<?> type)
This method only should judge the object type whether need be do intercept. Not the intercept logic.
type - typeboolean intercept(T object)
This method is the actual intercept operation.
object - need intercepted objectint order()
Copyright © 2018–2022 Alibaba Group. All rights reserved.