Package | Description |
---|---|
org.springframework.messaging.simp.config |
Configuration support for WebSocket messaging using higher level messaging protocols.
|
Modifier and Type | Method and Description |
---|---|
protected ThreadPoolTaskExecutor |
TaskExecutorRegistration.getTaskExecutor() |
Modifier and Type | Method and Description |
---|---|
TaskExecutorRegistration |
ChannelRegistration.taskExecutor(ThreadPoolTaskExecutor taskExecutor)
Configure the thread pool backing this message channel using a custom
ThreadPoolTaskExecutor.
|
Constructor and Description |
---|
TaskExecutorRegistration(ThreadPoolTaskExecutor taskExecutor)
Create a new
TaskExecutorRegistration for a given
ThreadPoolTaskExecutor . |