I am using ThreadPoolExecutor as my custom executor with @ASync annotation.
In google, I have found that the task below needs to be configured in xml but I'm not sure how the myExecutor is mapped to my custom executor.
<task:annotation-driven executor="myExecutor" />
Even found that in bean properties, its path is not given.
How is it called then?