Package com.bytedesk.core.uid
Interface UidGeneratorService
- All Known Implementing Classes:
CachedUidGenerator
,DefaultUidGenerator
public interface UidGeneratorService
https://github.com/wujun234/uid-generator-spring-boot-starter
Represents a unique id generator.
- Author:
- yutianbao
-
Method Summary
-
Method Details
-
getUID
Get a unique ID- Returns:
- UID
- Throws:
UidGenerateException
-
parseUID
Parse the UID into elements which are used to generate the UID.
Such as timestamp and workerId and sequence...- Parameters:
uid
-- Returns:
- Parsed info
-