public interface LockingTaskExecutor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LockingTaskExecutor.Task |
| Modifier and Type | Method and Description |
|---|---|
void |
executeWithLock(LockingTaskExecutor.Task task,
LockConfiguration lockConfig) |
void |
executeWithLock(Runnable task,
LockConfiguration lockConfig)
Executes task if it's not already running.
|
void executeWithLock(Runnable task, LockConfiguration lockConfig)
void executeWithLock(LockingTaskExecutor.Task task, LockConfiguration lockConfig) throws Throwable
ThrowableCopyright © 2018. All rights reserved.