Class TimeBasedUidGenerator

All Implemented Interfaces:
MoleculerLifecycle

public class TimeBasedUidGenerator extends XorShiftRandomUidGenerator
Time-based standard UUID generator. The generated UUIDs can be sorted in alphabetical order, which corresponds to a time-based order. If no such sorting is required, use the faster faster IncrementalUidGenerator in production mode.
See Also: