Interface IdGenerator<T>

All Known Implementing Classes:
DefaultIdGenerator

public interface IdGenerator<T>
生成id的一个接口 可以是进程有效 或者 redis有效 需要自己实现.
Author:
qiunet 2020-06-27 21:29
  • Method Summary

    Modifier and Type
    Method
    Description
    生成id
  • Method Details

    • makeId

      T makeId()
      生成id
      Returns: