JobManager
An entity that manages running jobs. Used with jobManagerPlugin and manageJobs. Will cancel and remove all jobs if the parent pro.respawn.flowmvi.api.Store is closed
Functions
Link copied to clipboard
Cancel and join a job for key if it is present
Link copied to clipboard
Cancels all jobs in parallel and then joins them all sequentially
Link copied to clipboard
Put a job into the container and throw IllegalArgumentException if the job with the same key is already running.
Link copied to clipboard
Put a job into the container and call Job.cancelAndJoin if one already exists there.