feature #IAJD9H 期望liteflow 有自己的生命周期扩展

This commit is contained in:
everywhere.z
2024-10-12 22:53:39 +08:00
parent c7eba7d8db
commit 4181975c4f
3 changed files with 12 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ package com.yomahub.liteflow.test;
import com.yomahub.liteflow.core.FlowInitHook;
import com.yomahub.liteflow.flow.FlowBus;
import com.yomahub.liteflow.lifecycle.LifeCycleHolder;
import com.yomahub.liteflow.property.LiteflowConfigGetter;
import com.yomahub.liteflow.spi.holder.SpiFactoryInitializing;
import com.yomahub.liteflow.thread.ExecutorHelper;
@@ -17,6 +18,7 @@ public class BaseTest {
LiteflowConfigGetter.clean();
FlowInitHook.cleanHook();
FlowBus.clearStat();
LifeCycleHolder.clean();
}
}