public interface JobManager
| Modifier and Type | Method and Description |
|---|---|
<J extends Job> |
createJob(Class<J> type) |
<T extends Worker> |
createWorker(Class<T> type) |
<J extends Job> |
start(J job) |
<J extends Job> |
start(J job,
boolean async) |
<J extends Job> |
start(J job,
JobConfig config) |
<J extends Job> |
start(J job,
String lockId) |
<J extends Job> |
start(J job,
String lockId,
boolean async) |
Copyright © 2021 Open Foris. All rights reserved.