All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.touk.nussknacker.ui.statistics.RequestId.scala Maven / Gradle / Ivy

There is a newer version: 1.18.1
Show newest version
package pl.touk.nussknacker.ui.statistics

import java.util.UUID

class RequestId(val value: String) extends AnyVal

object RequestId {
  def apply(): RequestId =
    new RequestId(UUID.randomUUID().toString)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy