Example usage for org.springframework.core.task SimpleAsyncTaskExecutor subclass-usage

List of usage examples for org.springframework.core.task SimpleAsyncTaskExecutor subclass-usage

Introduction

In this page you can find the example usage for org.springframework.core.task SimpleAsyncTaskExecutor subclass-usage.

Usage

From source file de.langmi.spring.batch.examples.complex.crosscutting.autothreadconf.LoggingAsyncTaskExecutor.java

/**
 * Logging variant for SimpleAsyncTaskExecutor - logs the used the concurrency limit.
 * 
 * @author Michael R. Lange <michael.r.lange@langmi.de>
 */
public class LoggingAsyncTaskExecutor extends SimpleAsyncTaskExecutor {