Interface UuidGenerator
public interface UuidGenerator
Generator to generate UUID strings.
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringGenerates a UUID string representation to be used as exchange id.Generates a UUID string representation.
-
Method Details
-
generateUuid
-
generateExchangeUuid
Generates a UUID string representation to be used as exchange id.- Returns:
- the unique exchange id
-