public interface  org.springframework.scheduling.'annotation'.AsyncConfigurer extends java.lang.Object
{
public abstract java.util.concurrent.Executor getAsyncExecutor();
public abstract org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler getAsyncUncaughtExceptionHandler();
}