You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for SimpleAsyncTaskExecutor says to consider using a thread-pooling TaskExecutor, but there's no other task executor that implements AsyncListenableTaskExecutor. ThreadPoolTaskExecutor should implement AsyncListentableTaskExecutor so that it's easy to configure an AsyncRestTemplate to use a thread-pool.