Interface IdGenerator

All Known Implementing Classes:
UuidIdGenerator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IdGenerator
全局 ID 生成器
Author:
xezzon
  • Method Summary

    Modifier and Type
    Method
    Description
    生成一个全局 ID
  • Method Details

    • nextId

      String nextId()
      生成一个全局 ID
      Returns:
      ID