mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-21 20:08:09 +08:00
feature enhancement #I49FDK 中断重试目前是全局的,希望增加针对个别组件和特定exception
This commit is contained in:
@@ -24,7 +24,7 @@ public class GroovyScriptExecutor implements ScriptExecutor {
|
||||
|
||||
private ScriptEngine scriptEngine;
|
||||
|
||||
private Map<String, CompiledScript> compiledScriptMap = new HashMap<>();
|
||||
private final Map<String, CompiledScript> compiledScriptMap = new HashMap<>();
|
||||
|
||||
@Override
|
||||
public ScriptExecutor init() {
|
||||
|
||||
Reference in New Issue
Block a user