addJob method
- String correlationId,
- NewJobV1 newJob
Add new job from newJob.
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.
Add new job from newJob.
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.