Uses of Class
org.burningwave.core.concurrent.QueuedTasksExecutor.Task
| Package | Description |
|---|---|
| org.burningwave.core | |
| org.burningwave.core.concurrent |
-
Uses of QueuedTasksExecutor.Task in org.burningwave.core
Methods in org.burningwave.core that return QueuedTasksExecutor.Task Modifier and Type Method Description default QueuedTasksExecutor.TaskCloseable. closeResources(String objectId, Supplier<Boolean> isClosedPredicate, ThrowingRunnable<?> closingFunction)default QueuedTasksExecutor.TaskCloseable. closeResources(Supplier<Boolean> isClosedPredicate, ThrowingRunnable<?> closingFunction)default QueuedTasksExecutor.TaskCloseable. createCloseResoucesTask(String objectId, Supplier<Boolean> isClosedPredicate, ThrowingRunnable<?> closingFunction)default QueuedTasksExecutor.TaskCloseable. createCloseResoucesTask(Supplier<Boolean> isClosedPredicate, ThrowingRunnable<?> closingFunction) -
Uses of QueuedTasksExecutor.Task in org.burningwave.core.concurrent
Methods in org.burningwave.core.concurrent that return QueuedTasksExecutor.Task Modifier and Type Method Description QueuedTasksExecutor.TaskQueuedTasksExecutor. createTask(ThrowingRunnable<? extends Throwable> executable)QueuedTasksExecutor.TaskQueuedTasksExecutor.Group. createTask(ThrowingRunnable<? extends Throwable> executable)QueuedTasksExecutor.TaskQueuedTasksExecutor.Group. createTask(ThrowingRunnable<? extends Throwable> executable, int priority)