Uses of Package
org.springframework.core.task

Package
Description
Provides miscellaneous interceptor implementations.
This package defines Spring's core TaskExecutor abstraction, and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
Support classes for Spring's TaskExecutor abstraction.
This package contains the base message listener container facility.
Configuration support for WebSocket messaging using higher level messaging protocols.
Package providing integration of Hibernate 5.x with Spring concepts.
Package providing integration of JPA (Java Persistence API) with Spring concepts.
General exceptions for Spring's scheduling support, independent of any specific scheduling system.
Scheduling convenience classes for the java.util.concurrent and jakarta.enterprise.concurrent packages, allowing to set up a ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring context.
Support package for declarative scheduling configuration, with XML schema being the primary configuration format.
Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context.
Support for asynchronous request processing.
Spring WebFlux configuration infrastructure.
Annotation-based setup for Spring MVC.
MVC infrastructure for annotation-based handler method processing, building on the org.springframework.web.method.annotation package.
Client-side classes for use with standard Jakarta WebSocket endpoints.
Configuration support for WebSocket request handling.
Support for annotation-based WebSocket setup in configuration classes.
SockJS client implementation of WebSocketClient.