Uses of Class
org.springframework.messaging.simp.config.TaskExecutorRegistration
Packages that use TaskExecutorRegistration
Package
Description
Configuration support for WebSocket messaging using higher level messaging protocols.
- 
Uses of TaskExecutorRegistration in org.springframework.messaging.simp.configMethods in org.springframework.messaging.simp.config that return TaskExecutorRegistrationModifier and TypeMethodDescriptionTaskExecutorRegistration.corePoolSize(int corePoolSize) Set the core pool size of the ThreadPoolExecutor.TaskExecutorRegistration.keepAliveSeconds(int keepAliveSeconds) Set the time limit for which threads may remain idle before being terminated.TaskExecutorRegistration.maxPoolSize(int maxPoolSize) Set the max pool size of the ThreadPoolExecutor.TaskExecutorRegistration.queueCapacity(int queueCapacity) Set the queue capacity for the ThreadPoolExecutor.ChannelRegistration.taskExecutor()Configure the thread pool backing this message channel.ChannelRegistration.taskExecutor(@Nullable ThreadPoolTaskExecutor taskExecutor) Configure the thread pool backing this message channel using a custom ThreadPoolTaskExecutor.