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