Can I use different executor for each @Async method call?

后端 未结 0 1485
一整个雨季
一整个雨季 2021-01-04 04:42

In a spring component, i have this method:

@Async("@taskExecutorFactory.getOrCreate(#taskId)")
public void updateTask(String taskId) {
    // update         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题