Package net.timewalker.ffmq4.utils.id
Class UUIDProvider
- java.lang.Object
-
- net.timewalker.ffmq4.utils.id.UUIDProvider
-
public final class UUIDProvider extends Object
UUIDProvider
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UUIDProvidergetInstance()Get the singleton instanceStringgetShortUUID()StringgetUUID()Generate a new UUID
-
-
-
Method Detail
-
getInstance
public static UUIDProvider getInstance()
Get the singleton instance
-
getUUID
public String getUUID()
Generate a new UUID
-
getShortUUID
public String getShortUUID()
-
-