feature enhancement #I49FDK 中断重试目前是全局的,希望增加针对个别组件和特定exception

This commit is contained in:
bryan31
2021-09-22 20:09:48 +08:00
parent 21d4a4180e
commit 23f5cfb866
11 changed files with 187 additions and 75 deletions

View File

@@ -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() {