Class NacosSnapshotConfigManager

java.lang.Object
com.alibaba.cloud.nacos.refresh.NacosSnapshotConfigManager

public final class NacosSnapshotConfigManager extends Object
  • Method Details

    • getAndRemoveConfigSnapshot

      public static String getAndRemoveConfigSnapshot(String dataId, String group)
    • putConfigSnapshot

      public static void putConfigSnapshot(String dataId, String group, String configInfo)
    • removeConfigSnapshot

      public static void removeConfigSnapshot(String dataId, String group)