WorkerFactory

sealed interface WorkerFactory<T : AbstractWorker>(source)

Functions

Link copied to clipboard
abstract operator fun invoke(): T