mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 08:59:09 +00:00
Rename AsyncConfigurer#get{+Async}Executor
This commit is contained in:
+1
-1
@@ -200,7 +200,7 @@ public class EnableAsyncTests {
|
||||
return new AsyncBean();
|
||||
}
|
||||
|
||||
public Executor getExecutor() {
|
||||
public Executor getAsyncExecutor() {
|
||||
ThreadPoolTaskExecutor executor = new ThreadPoolTaskExecutor();
|
||||
executor.setThreadNamePrefix("Custom-");
|
||||
executor.initialize();
|
||||
|
||||
Reference in New Issue
Block a user