@Component public class UuidIdGenerator extends Object
IdGenerator implementation based on the current time and the ethernet address of the machine it is running on.| Modifier and Type | Field and Description |
|---|---|
protected static com.fasterxml.uuid.impl.TimeBasedGenerator |
timeBasedGenerator |
| Constructor and Description |
|---|
UuidIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ensureGeneratorInitialized() |
String |
generateId() |
protected static volatile com.fasterxml.uuid.impl.TimeBasedGenerator timeBasedGenerator
protected void ensureGeneratorInitialized()
public String generateId()
Copyright © 2018 Flowable. All rights reserved.