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.