类 ConfigSupplierRegistry

java.lang.Object
com.alibaba.csp.sentinel.cluster.registry.ConfigSupplierRegistry

public final class ConfigSupplierRegistry extends Object
从以下版本开始:
1.4.0
作者:
Eric Zhao
  • 方法详细资料

    • getNamespaceSupplier

      public static com.alibaba.csp.sentinel.util.function.Supplier<String> getNamespaceSupplier()
      Get the registered namespace supplier.
      返回:
      the registered namespace supplier
    • setNamespaceSupplier

      public static void setNamespaceSupplier(com.alibaba.csp.sentinel.util.function.Supplier<String> namespaceSupplier)