| Package | Description |
|---|---|
| net.ideahut.springboot.task |
| Modifier and Type | Method and Description |
|---|---|
static TaskInput |
TaskInput.of(Callable<?> callable) |
static TaskInput |
TaskInput.of(Long timeOut,
TimeUnit timeUnit,
Callable<?> callable) |
| Modifier and Type | Method and Description |
|---|---|
TaskListExecutor |
TaskListExecutor.add(TaskInput input) |
TaskMapExecutor |
TaskMapExecutor.put(Object key,
TaskInput input) |
| Modifier and Type | Method and Description |
|---|---|
TaskListExecutor |
TaskListExecutor.add(List<TaskInput> inputs) |
TaskMapExecutor |
TaskMapExecutor.put(Map<Object,TaskInput> inputs) |
Copyright © 2024. All rights reserved.