Uses of Class
org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
Packages that use AsyncSupportConfigurer
Package
Description
Annotation-based setup for Spring MVC.
-
Uses of AsyncSupportConfigurer in org.springframework.web.servlet.config.annotation
Methods in org.springframework.web.servlet.config.annotation that return AsyncSupportConfigurerModifier and TypeMethodDescriptionprotected AsyncSupportConfigurerWebMvcConfigurationSupport.getAsyncSupportConfigurer()Callback for building theAsyncSupportConfigurer.AsyncSupportConfigurer.registerCallableInterceptors(CallableProcessingInterceptor... interceptors) Configure lifecycle interceptors with callbacks around concurrent request execution that starts when a controller returns aCallable.AsyncSupportConfigurer.registerDeferredResultInterceptors(DeferredResultProcessingInterceptor... interceptors) Configure lifecycle interceptors with callbacks around concurrent request execution that starts when a controller returns aDeferredResult.AsyncSupportConfigurer.setDefaultTimeout(long timeout) Specify the amount of time, in milliseconds, before asynchronous request handling times out.AsyncSupportConfigurer.setTaskExecutor(AsyncTaskExecutor taskExecutor) The provided task executor is used to: HandleCallablecontroller method return values.Methods in org.springframework.web.servlet.config.annotation with parameters of type AsyncSupportConfigurerModifier and TypeMethodDescriptionprotected voidDelegatingWebMvcConfiguration.configureAsyncSupport(AsyncSupportConfigurer configurer) protected voidWebMvcConfigurationSupport.configureAsyncSupport(AsyncSupportConfigurer configurer) Override this method to configure asynchronous request processing options.default voidWebMvcConfigurer.configureAsyncSupport(AsyncSupportConfigurer configurer) Configure asynchronous request handling options.