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

jvmMain.scheduling.RaptorJobRegistryImpl.kt Maven / Gradle / Ivy

There is a newer version: 0.26.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy