Interface IdentifierProvider


public interface IdentifierProvider
The IdentifierProvider to help generate distinct values.
  • Method Details

    • getRandomName

      String getRandomName(String prefix, int maxLen)
      Gets a random name.
      Parameters:
      prefix - the prefix to be used if possible
      maxLen - the max length for the random generated name
      Returns:
      the random name
    • getRandomUuid

      String getRandomUuid()
      Gets a random UUID.
      Returns:
      the UUID string.