Uses of Class
org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Packages that use ThreadPoolTaskExecutor Package Description org.springframework.messaging.simp.config 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 ThreadPoolTaskExecutor Modifier and Type Method Description protected ThreadPoolTaskExecutorTaskExecutorRegistration. getTaskExecutor()Methods in org.springframework.messaging.simp.config with parameters of type ThreadPoolTaskExecutor Modifier and Type Method Description TaskExecutorRegistrationChannelRegistration. 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 ThreadPoolTaskExecutor Constructor Description TaskExecutorRegistration(ThreadPoolTaskExecutor taskExecutor)Create a newTaskExecutorRegistrationfor a givenThreadPoolTaskExecutor.