JobHandler

fun interface JobHandler

Callback to be executed on incoming job request.

Functions

Link copied to clipboard
abstract fun handle(msg: JobDispatch)

Handles the job request.