类 ConfigSupplierRegistry
java.lang.Object
com.alibaba.csp.sentinel.cluster.registry.ConfigSupplierRegistry
- 从以下版本开始:
- 1.4.0
- 作者:
- Eric Zhao
-
方法概要
修饰符和类型方法说明static com.alibaba.csp.sentinel.util.function.Supplier<String>Get the registered namespace supplier.static voidsetNamespaceSupplier(com.alibaba.csp.sentinel.util.function.Supplier<String> namespaceSupplier)
-
方法详细资料
-
getNamespaceSupplier
Get the registered namespace supplier.- 返回:
- the registered namespace supplier
-
setNamespaceSupplier
public static void setNamespaceSupplier(com.alibaba.csp.sentinel.util.function.Supplier<String> namespaceSupplier)
-