public class AsyncJobUtil extends Object
| Constructor and Description |
|---|
AsyncJobUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
executeJob(JobEntity job,
CommandExecutor commandExecutor) |
static void |
handleFailedJob(JobEntity job,
Throwable exception,
CommandExecutor commandExecutor) |
protected static void |
unacquireJob(CommandExecutor commandExecutor,
JobEntity job) |
protected static void |
unlockJobIsNeeded(JobEntity job,
CommandExecutor commandExecutor) |
public static void executeJob(JobEntity job, CommandExecutor commandExecutor)
protected static void unacquireJob(CommandExecutor commandExecutor, JobEntity job)
public static void handleFailedJob(JobEntity job, Throwable exception, CommandExecutor commandExecutor)
protected static void unlockJobIsNeeded(JobEntity job, CommandExecutor commandExecutor)
Copyright © 2018 Flowable. All rights reserved.