Package icu.congee.id.generator.lexical
Interface Clock
- All Known Implementing Classes:
MicrosecondEpochClock,StrictlyClock
public interface Clock
时钟接口,用于生成时间戳
-
Method Summary
-
Method Details
-
timestamp
long timestamp()获取当前时间戳- Returns:
- 当前时间戳
-
get
获取Clock实例 这个方法主要是为了方便Java代码获取单例实例- Returns:
- Clock实例
-