mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-24 08:28:09 +08:00
feature #I9PVQ7 决策路由中增加namespace,可以执行指定命名空间的决策路由
This commit is contained in:
@@ -233,6 +233,9 @@ public class LiteFlowChainELBuilder {
|
||||
}
|
||||
|
||||
public LiteFlowChainELBuilder setNamespace(String nameSpace){
|
||||
if (StrUtil.isBlank(nameSpace)) {
|
||||
nameSpace = ChainConstant.DEFAULT_NAMESPACE;
|
||||
}
|
||||
this.chain.setNamespace(nameSpace);
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user