ServiceFactory

interface ServiceFactory : Named

Functions

Link copied to clipboard
abstract fun name(): String
Link copied to clipboard
abstract fun prepareService(task: Task): AbstractService