public class AsyncHistoryExecutorStarter extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>, org.springframework.core.Ordered
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
activate |
protected org.flowable.job.service.impl.asyncexecutor.AsyncExecutor |
asyncHistoryExecutor |
| Constructor and Description |
|---|
AsyncHistoryExecutorStarter(boolean activate,
org.flowable.job.service.impl.asyncexecutor.AsyncExecutor asyncHistoryExecutor) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event) |
protected boolean activate
protected org.flowable.job.service.impl.asyncexecutor.AsyncExecutor asyncHistoryExecutor
public AsyncHistoryExecutorStarter(boolean activate,
org.flowable.job.service.impl.asyncexecutor.AsyncExecutor asyncHistoryExecutor)
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>public int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2019. All rights reserved.