rabbit-job-queue
1.0.0
rabbit-job-queue
/
org.veupathdb.lib.rabbit.jobs.fn
/
JobHandler
Job
Handler
@
FunctionalInterface
fun
interface
JobHandler
Content copied to clipboard
Callback to be executed on incoming job request.
Functions
Functions
handle
Link copied to clipboard
abstract
fun
handle
(
msg
:
JobDispatch
)
Content copied to clipboard
Handles the job request.