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