类 IdApiImpl

  • 所有已实现的接口:
    IdApi

    @Primary
    @RestController("v0IdApiImpl")
    @RequestMapping(value="/services/rest/id",
                    produces="application/json")
    @Deprecated
    public class IdApiImpl
    extends Object
    implements IdApi
    已过时。
    系统管理组件
    从以下版本开始:
    9.6.0
    作者:
    dingzhaojun, qinman, mengjuhua
    Date:
    2022/2/10
    • 构造器详细资料

      • IdApiImpl

        public IdApiImpl​(@Qualifier("snowflakeIdGenerator")
                         Y9IdGenerator y9IdGenerator)
        已过时。
    • 方法详细资料

      • getNextId

        public String getNextId()
        已过时。
        获取 snowflake id
        指定者:
        getNextId 在接口中 IdApi
        返回:
        String id
        从以下版本开始:
        9.6.0