Package org.springframework.core.task.support
@NullMarked
package org.springframework.core.task.support
Support classes for spring's TaskExecutor abstraction.
Includes an adapter for the standard ExecutorService interface.
-
ClassesClassDescriptionComposite
TaskDecoratorthat delegates to other task decorators.TaskDecoratorthatwraps the executionof tasks, assisting with context propagation.Adapter that takes a springTaskExecutorand exposes a fulljava.util.concurrent.ExecutorServicefor it.Adapter that takes a JDKjava.util.concurrent.Executorand exposes a springTaskExecutorfor it.