public class DefaultRecoverTaskService extends Object implements RecoverTaskService, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
| 构造器和说明 |
|---|
DefaultRecoverTaskService(PersistenceService persistenceService,
JediProperty jediProperty) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
doRecover(JediTaskExecution jediTaskExecution,
CountDownLatch countDownLatch) |
void |
onApplicationEvent(org.springframework.boot.context.event.ApplicationStartedEvent event) |
void |
recover(String dataSourceName) |
public DefaultRecoverTaskService(PersistenceService persistenceService, JediProperty jediProperty)
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationStartedEvent event)
onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>public void recover(String dataSourceName)
recover 在接口中 RecoverTaskServicepublic void doRecover(JediTaskExecution jediTaskExecution, CountDownLatch countDownLatch)
Copyright © 2022 hellothomas. All rights reserved.