Uses of Interface
org.springframework.core.task.TaskCallback
Packages that use TaskCallback
Package
Description
This package defines Spring's core TaskExecutor abstraction,
and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
-
Uses of TaskCallback in org.springframework.core.task
Methods in org.springframework.core.task with parameters of type TaskCallbackModifier and TypeMethodDescription<V, E extends Exception>
VSyncTaskExecutor.execute(TaskCallback<V, E> task) Execute the giventasksynchronously, through direct invocation of itscall()method.