Package org.springframework.core.task.support
@NonNullApi
@NonNullFields
package org.springframework.core.task.support
Support classes for Spring's TaskExecutor abstraction.
Includes an adapter for the standard ExecutorService interface.
-
ClassDescriptionComposite
TaskDecorator
that delegates to other task decorators.TaskDecorator
thatwraps the execution
of tasks, assisting with context propagation.Adapter that takes a SpringTaskExecutor
and exposes a fulljava.util.concurrent.ExecutorService
for it.Adapter that takes a JDKjava.util.concurrent.Executor
and exposes a SpringTaskExecutor
for it.