Example usage for org.springframework.scheduling.annotation AsyncConfigurerSupport subclass-usage

List of usage examples for org.springframework.scheduling.annotation AsyncConfigurerSupport subclass-usage

Introduction

In this page you can find the example usage for org.springframework.scheduling.annotation AsyncConfigurerSupport subclass-usage.

Usage

From source file com.yoho.core.trace.instrument.async.LazyTraceAsyncCustomizer.java

/**
 * @author Dave Syer
 * @since 1.0.0
 */
public class LazyTraceAsyncCustomizer extends AsyncConfigurerSupport {

From source file ru.mystamps.web.config.TaskExecutorConfig.java

/**
 * @author Sergey Chechenev
 * @author Slava Semushin
 */
@Configuration
@EnableAsync

From source file org.elasticsoftware.elasticactors.configuration.AppConfiguration.java

/**
 * @author Joost van de Wijgerd
 */
@Configuration
@EnableSpringConfigured
@EnableAsync(annotation = Asynchronous.class)

From source file org.tocode.poc.service.config.ServiceConfig.java

/**
 * The Class ServiceConfig.
 */
@Configuration
@EnableAsync
public class ServiceConfig extends AsyncConfigurerSupport {