addUniqJob method

  1. @override
Future<JobV1> addUniqJob (
  1. String correlationId,
  2. NewJobV1 newJob
)
override

Add new job if not exist with same type and ref_jobId

  • correlationId (optional) transaction jobId to trace execution through call chain.
  • newJob a new job to be added to exist job. Return Future that receives job or error.