public class JavaUuidGenerator extends Object implements UuidGenerator
UUID from Java.
The implementation of UUID is synchronized and therefore
other UuidGenerator may be faster in high concurrent systems.| Constructor and Description |
|---|
JavaUuidGenerator() |
public JavaUuidGenerator()
public String generateUuid()
UuidGeneratorgenerateUuid in interface UuidGeneratorApache Camel