Class PrefixedUuidGenerator
- java.lang.Object
-
- org.camunda.bpm.spring.boot.starter.configuration.id.PrefixedUuidGenerator
-
- All Implemented Interfaces:
IdGenerator
public class PrefixedUuidGenerator extends java.lang.Object implements IdGenerator
-
-
Constructor Summary
Constructors Constructor Description PrefixedUuidGenerator(java.lang.String applicationName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getNextId()
-
-
-
Method Detail
-
getNextId
public java.lang.String getNextId()
- Specified by:
getNextId
in interfaceIdGenerator
-
-