Java org.springframework.web.servlet.config.annotation AsyncSupportConfigurer fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet.config.annotation AsyncSupportConfigurer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet.config.annotation AsyncSupportConfigurer.

The text is from its open source code.

Constructor

Method

AsyncSupportConfigurerregisterDeferredResultInterceptors( DeferredResultProcessingInterceptor... interceptors)
Configure lifecycle interceptors with callbacks around concurrent request execution that starts when a controller returns a DeferredResult .
AsyncSupportConfigurersetDefaultTimeout(long timeout)
Specify the amount of time, in milliseconds, before asynchronous request handling times out.
AsyncSupportConfigurersetTaskExecutor(AsyncTaskExecutor taskExecutor)
The provided task executor is used to:
  1. Handle Callable controller method return values.