Package de.gematik.test.tiger.util
Class DeterministicUuidGenerator
java.lang.Object
de.gematik.test.tiger.util.DeterministicUuidGenerator
Generates deterministic UUIDs given a previous UUID and a source position. This ensures
consistency in the UUIDs generated for the same source position across different tiger proxies.
(the parsed message will not always be transmitted!)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgenerateUuid(String uuid, Integer positionInBaseNode)
-
Constructor Details
-
DeterministicUuidGenerator
public DeterministicUuidGenerator()
-
-
Method Details
-
generateUuid
-