Class DeterministicUuidGenerator

java.lang.Object
de.gematik.test.tiger.util.DeterministicUuidGenerator

public class DeterministicUuidGenerator extends Object
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 Details

    • DeterministicUuidGenerator

      public DeterministicUuidGenerator()
  • Method Details