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