Example usage for org.springframework.core.task AsyncTaskExecutor interface-usage

List of usage examples for org.springframework.core.task AsyncTaskExecutor interface-usage

Introduction

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

Usage

From source file org.obiba.mica.core.ExceptionHandlingAsyncTaskExecutor.java

public class ExceptionHandlingAsyncTaskExecutor implements AsyncTaskExecutor, InitializingBean, DisposableBean {

    private static final Logger log = LoggerFactory.getLogger(ExceptionHandlingAsyncTaskExecutor.class);

    private final AsyncTaskExecutor executor;

From source file io.github.jhipster.async.ExceptionHandlingAsyncTaskExecutor.java

public class ExceptionHandlingAsyncTaskExecutor implements AsyncTaskExecutor, InitializingBean, DisposableBean {

    private final Logger log = LoggerFactory.getLogger(ExceptionHandlingAsyncTaskExecutor.class);

    private final AsyncTaskExecutor executor;