Uses of Class
org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Package
Description
Configuration support for WebSocket messaging using higher level messaging protocols.
-
Uses of ThreadPoolTaskExecutor in org.springframework.messaging.simp.config
Modifier and TypeMethodDescriptionprotected ThreadPoolTaskExecutor
TaskExecutorRegistration.getTaskExecutor()
Modifier and TypeMethodDescriptionChannelRegistration.taskExecutor
(ThreadPoolTaskExecutor taskExecutor) Configure the thread pool backing this message channel using a custom ThreadPoolTaskExecutor.ModifierConstructorDescriptionTaskExecutorRegistration
(ThreadPoolTaskExecutor taskExecutor) Create a newTaskExecutorRegistration
for a givenThreadPoolTaskExecutor
.