mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
enhancement #I45QAJ 支持自定义的zkNodePath
This commit is contained in:
@@ -15,6 +15,9 @@ public class LiteflowProperty {
|
||||
//流程定义资源地址
|
||||
private String ruleSource;
|
||||
|
||||
//zk配置的node节点地址
|
||||
private String zkNode;
|
||||
|
||||
//slot的数量
|
||||
private int slotSize;
|
||||
|
||||
@@ -109,4 +112,12 @@ public class LiteflowProperty {
|
||||
public void setRetryCount(int retryCount) {
|
||||
this.retryCount = retryCount;
|
||||
}
|
||||
|
||||
public String getZkNode() {
|
||||
return zkNode;
|
||||
}
|
||||
|
||||
public void setZkNode(String zkNode) {
|
||||
this.zkNode = zkNode;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user