Interface IdGenerator

  • All Known Implementing Classes:
    IdGenerator.Snowflake

    public interface IdGenerator
    Distributed id generator.
    Since:
    2018/7/22
    Version:
    1.0
    Author:
    fantasticmao
    • Method Detail

      • next

        long next()