Example usage for org.springframework.web.context.request.async CallableProcessingInterceptor interface-usage

List of usage examples for org.springframework.web.context.request.async CallableProcessingInterceptor interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.context.request.async CallableProcessingInterceptor interface-usage.

Usage

From source file org.springframework.orm.hibernate5.support.AsyncRequestInterceptor.java

/**
 * An interceptor with asynchronous web requests used in OpenSessionInViewFilter and
 * OpenSessionInViewInterceptor.
 *
 * Ensures the following:
 * 1) The session is bound/unbound when "callable processing" is started

From source file org.springframework.orm.jpa.support.AsyncRequestInterceptor.java

/**
 * An interceptor with asynchronous web requests used in OpenSessionInViewFilter and
 * OpenSessionInViewInterceptor.
 *
 * Ensures the following:
 * 1) The session is bound/unbound when "callable processing" is started