| Class | Description |
|---|---|
| UniqueId |
Provide UniqueId data definition and some helper static method with a default encode and decode
rules.
|
| UniqueIdCodec |
Unique ID encode and decode rules implementation class.
|
| UniqueIdGenerator |
Unique ID generator inspired by Twitter's Snowflake.
|
| Exception | Description |
|---|---|
| TimeReversalException |
When fetching current timestamp several times, if later timestamp is smaller than previous
timestamp, this exception can be thrown.
|
Copyright © 2018 The Struqt Project. All rights reserved.