Nanoflake Local Generator
class NanoflakeLocalGenerator(epoch: Long, generatorId: Long) : NanoflakeGenerator
Content copied to clipboard
A local generator of nanoflakes.
Parameters
epoch
the generator's epoch.
generatorId
the generator's ID.
Constructors
NanoflakeLocalGenerator
Link copied to clipboard
Creates a new local generator of nanoflakes.