Uses of Package
org.springframework.util.concurrent
Package
Description
This package defines Spring's core TaskExecutor abstraction,
and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
Support classes for Spring's TaskExecutor abstraction.
Common infrastructure for invoking message handler methods.
Generic support for simple messaging protocols (like STOMP).
Contains abstractions and implementation classes for establishing TCP connections via
TcpOperations
,
handling messages via
TcpConnectionHandler
,
as well as sending messages via
TcpConnection
.Contains support for TCP messaging based on Reactor.
Annotation support for asynchronous method execution.
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 classes for the open source scheduler
Quartz,
allowing to set up Quartz Schedulers, JobDetails and
Triggers as beans in a Spring context.
Useful generic
java.util.concurrent.Future
extensions.Client-side abstractions for WebSocket applications.
Client-side support for the Jetty WebSocket API.
Client-side classes for use with standard Java WebSocket endpoints.
WebSocket integration for Spring's messaging module.
SockJS client implementation of
WebSocketClient
.-
-
-
-
-
-
-
ClassDescriptionFailure callback for a
ListenableFuture
.ExtendFuture
with the capability to accept completion callbacks.Callback mechanism for the outcome, success or failure, from aListenableFuture
.Success callback for aListenableFuture
. -
-
-
ClassDescriptionFailure callback for a
ListenableFuture
.Abstract class that adapts aFuture
parameterized over S into aFuture
parameterized over T.ExtendFuture
with the capability to accept completion callbacks.Callback mechanism for the outcome, success or failure, from aListenableFuture
.Success callback for aListenableFuture
. -
-
-
-
-
ClassDescriptionExtend
Future
with the capability to accept completion callbacks.AListenableFuture
whose value can be set viaSettableListenableFuture.set(Object)
orSettableListenableFuture.setException(Throwable)
.