Uses of Class
org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Packages that use ThreadPoolTaskExecutor
Package
Description
Configuration support for WebSocket messaging using higher level messaging protocols.
-
Uses of ThreadPoolTaskExecutor in org.springframework.messaging.simp.config
Methods in org.springframework.messaging.simp.config that return ThreadPoolTaskExecutorModifier and TypeMethodDescriptionprotected ThreadPoolTaskExecutor
TaskExecutorRegistration.getTaskExecutor()
Methods in org.springframework.messaging.simp.config with parameters of type ThreadPoolTaskExecutorModifier and TypeMethodDescriptionChannelRegistration.taskExecutor
(ThreadPoolTaskExecutor taskExecutor) Configure the thread pool backing this message channel using a custom ThreadPoolTaskExecutor.Constructors in org.springframework.messaging.simp.config with parameters of type ThreadPoolTaskExecutorModifierConstructorDescriptionTaskExecutorRegistration
(ThreadPoolTaskExecutor taskExecutor) Create a newTaskExecutorRegistration
for a givenThreadPoolTaskExecutor
.