| Package | Description | 
|---|---|
| org.springframework.messaging.simp.config | 
 Configuration support for WebSocket messaging using higher level messaging protocols. 
 | 
| org.springframework.web.socket.config | 
 Configuration support for WebSocket request handling. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ThreadPoolTaskExecutor | 
AbstractMessageBrokerConfiguration.brokerChannelExecutor()  | 
ThreadPoolTaskExecutor | 
AbstractMessageBrokerConfiguration.clientInboundChannelExecutor()  | 
ThreadPoolTaskExecutor | 
AbstractMessageBrokerConfiguration.clientOutboundChannelExecutor()  | 
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. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WebSocketMessageBrokerStats.setInboundChannelExecutor(ThreadPoolTaskExecutor inboundChannelExecutor)  | 
void | 
WebSocketMessageBrokerStats.setOutboundChannelExecutor(ThreadPoolTaskExecutor outboundChannelExecutor)  |