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

io.wavebeans.execution.JobKey.kt Maven / Gradle / Ivy

package io.wavebeans.execution

import java.util.*

typealias JobKey = UUID

fun newJobKey(): JobKey = UUID.randomUUID()
fun String.toJobKey(): JobKey = UUID.fromString(this)





© 2015 - 2024 Weber Informatics LLC | Privacy Policy