Generated by
JDiff

Class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor

Added Constructors
AsyncAnnotationAdvisor(Supplier<Executor>, Supplier<AsyncUncaughtExceptionHandler>) Create a new {@code AsyncAnnotationAdvisor} for the given task executor.
 

Removed Methods
void setTaskExecutor(Executor) Specify the default task executor to use for asynchronous methods.
 

Changed Methods
Advice buildAdvice(Supplier<Executor>, Supplier<AsyncUncaughtExceptionHandler>) Change in signature from (Executor, AsyncUncaughtExceptionHandler) to (Supplier<Executor>, Supplier<AsyncUncaughtExceptionHandler>).