Class DataflowAsyncAutoConfiguration

java.lang.Object
org.springframework.cloud.dataflow.server.config.DataflowAsyncAutoConfiguration
All Implemented Interfaces:
AsyncConfigurer

@AutoConfiguration @ConditionalOnBean(org.springframework.cloud.dataflow.server.config.EnableDataFlowServerConfiguration.Marker.class) @ConditionalOnProperty(prefix="spring.cloud.dataflow.async", name="enabled", havingValue="true") @AutoConfigureAfter(org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration.class) @EnableAsync public class DataflowAsyncAutoConfiguration extends Object implements AsyncConfigurer
Enables async executions for the Spring Cloud Dataflow server. Uses the Spring Boot autoconfigured TaskExecutorBuilder to create an async executor and register it with name DATAFLOW_ASYNC_EXECUTOR.
Author:
Tobias Soloschenko