mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-21 05:58:10 +08:00
feature #I8PL2M EL语句里可以设置重试次数,类似于EL中的超时时间
This commit is contained in:
@@ -63,6 +63,7 @@ public class LiteflowProperty {
|
||||
private boolean supportMultipleType;
|
||||
|
||||
// 重试次数
|
||||
@Deprecated
|
||||
private int retryCount;
|
||||
|
||||
// 是否打印liteflow banner
|
||||
@@ -171,10 +172,12 @@ public class LiteflowProperty {
|
||||
this.supportMultipleType = supportMultipleType;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public int getRetryCount() {
|
||||
return retryCount;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public void setRetryCount(int retryCount) {
|
||||
this.retryCount = retryCount;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user