Uses of Package
org.springframework.util.concurrent
Packages that use 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.
Java 5 annotation 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.- 
Classes in org.springframework.util.concurrent used by org.springframework.core.task
 - 
Classes in org.springframework.util.concurrent used by org.springframework.core.task.support
 - 
Classes in org.springframework.util.concurrent used by org.springframework.messaging.handler.invocation
 - 
Classes in org.springframework.util.concurrent used by org.springframework.messaging.simp.stomp
 - 
Classes in org.springframework.util.concurrent used by org.springframework.messaging.tcp
 - 
Classes in org.springframework.util.concurrent used by org.springframework.messaging.tcp.reactor
 - 
Classes in org.springframework.util.concurrent used by org.springframework.scheduling.annotationClassDescriptionFailure callback for a
ListenableFuture.ExtendFuturewith the capability to accept completion callbacks.Callback mechanism for the outcome, success or failure, from aListenableFuture.Success callback for aListenableFuture. - 
Classes in org.springframework.util.concurrent used by org.springframework.scheduling.concurrent
 - 
Classes in org.springframework.util.concurrent used by org.springframework.scheduling.quartz
 - 
Classes in org.springframework.util.concurrent used by org.springframework.util.concurrentClassDescriptionFailure callback for a
ListenableFuture.Abstract class that adapts aFutureparameterized over S into aFutureparameterized over T.ExtendFuturewith the capability to accept completion callbacks.Callback mechanism for the outcome, success or failure, from aListenableFuture.Success callback for aListenableFuture. - 
Classes in org.springframework.util.concurrent used by org.springframework.web.socket.client
 - 
Classes in org.springframework.util.concurrent used by org.springframework.web.socket.client.jetty
 - 
Classes in org.springframework.util.concurrent used by org.springframework.web.socket.client.standard
 - 
Classes in org.springframework.util.concurrent used by org.springframework.web.socket.messaging
 - 
Classes in org.springframework.util.concurrent used by org.springframework.web.socket.sockjs.clientClassDescriptionExtend
Futurewith the capability to accept completion callbacks.AListenableFuturewhose value can be set viaSettableListenableFuture.set(Object)orSettableListenableFuture.setException(Throwable).