![JAR search and dependency download from the Maven repository](/logo.png)
jvmMain.scheduling.RaptorJobRegistryImpl.kt Maven / Gradle / Ivy
package io.fluidsonic.raptor
internal class RaptorJobRegistryImpl(executors: Collection>) : RaptorJobRegistry {
private val executorsById = executors.associateBy { it.group.id }
override fun get(id: String) =
executorsById[id]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy