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

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

The newest version!
package io.fluidsonic.raptor


public interface RaptorJobRegistry {

	public operator fun get(id: String): RaptorJobExecutor<*>?
}


public fun RaptorJobRegistry(executors: Collection>): RaptorJobRegistry =
	RaptorJobRegistryImpl(executors = executors)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy