public interface IAsyncJobQueue
Modifier and Type | Method and Description |
---|---|
<T extends IAsyncJobCallable<U>,U> |
getJob(String jobReference,
Class<T> jobType)
Get a Job
|
<T extends IAsyncJobCallable<U>,U> |
runJob(String jobReference,
T job)
Run a job
|
<T extends IAsyncJobCallable<U>,U> T getJob(String jobReference, Class<T> jobType) throws AsyncJobQueueException
jobReference
- the job referenceAsyncJobQueueException
<T extends IAsyncJobCallable<U>,U> void runJob(String jobReference, T job) throws AsyncJobQueueException
jobReference
- the job referencejob
- the job to runAsyncJobQueueException
Copyright © 2021 Visiativ Software. All rights reserved.