类 GroupVersionCache

java.lang.Object
com.aizuda.easy.retry.client.common.cache.GroupVersionCache
所有已实现的接口:
Lifecycle

@Component @Order public class GroupVersionCache extends Object implements Lifecycle
  • 字段详细资料

    • configDTO

      public static ConfigDTO configDTO
  • 构造器详细资料

    • GroupVersionCache

      public GroupVersionCache()
  • 方法详细资料

    • getVersion

      public static Integer getVersion()
    • getDdl

      public static long getDdl(String sceneName)
    • getSceneBlacklist

      public static Set<String> getSceneBlacklist()
    • getNotifyAttribute

      public static ConfigDTO.Notify getNotifyAttribute(Integer notifyScene)
    • start

      public void start()
      从接口复制的说明: Lifecycle
      启动组件
      指定者:
      start 在接口中 Lifecycle
    • close

      public void close()
      从接口复制的说明: Lifecycle
      关闭组件
      指定者:
      close 在接口中 Lifecycle