@Configuration(proxyBeanMethods=false) public class FlowableJobConfiguration extends Object
| Constructor and Description |
|---|
FlowableJobConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.common.engine.api.async.AsyncTaskExecutor |
flowableAsyncTaskInvokerTaskExecutor(org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration executorConfiguration) |
org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration |
flowableAsyncTaskInvokerTaskExecutorConfiguration() |
org.springframework.core.task.AsyncListenableTaskExecutor |
taskExecutor() |
@Bean @ConditionalOnMissingBean public org.springframework.core.task.AsyncListenableTaskExecutor taskExecutor()
@Bean @ConfigurationProperties(prefix="flowable.task-invoker") public org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration flowableAsyncTaskInvokerTaskExecutorConfiguration()
@Bean(destroyMethod="shutdown")
@ConditionalOnMissingBean(name="flowableAsyncTaskInvokerTaskExecutor")
public org.flowable.common.engine.api.async.AsyncTaskExecutor flowableAsyncTaskInvokerTaskExecutor(@Qualifier(value="flowableAsyncTaskInvokerTaskExecutorConfiguration")
org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration executorConfiguration)
Copyright © 2022 Flowable. All rights reserved.