@Configuration public class ExecutorConfig extends CommonExecutorConfig
| Constructor and Description |
|---|
ExecutorConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor |
logExecutor() |
org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor |
mqttAck() |
org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor |
mqttExecutor() |
builder@Bean(name="logExecutor") public org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor logExecutor()
@Bean(name="mqttExecutor") public org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor mqttExecutor()
@Bean(name="mqttSenderAckExecutor") public org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor mqttAck()
Copyright © 2025. All rights reserved.