229230231232233234235
this.after = new ArrayList<>(); this.indexedFunctions = new HashMap<>(); this.loader = new FunctionScriptLoader(); this.flowListener = f -> { }; this.deadLetterQueue = new LogSink(); }
250251252253254255256257
this.before = new ArrayList<>(); this.after = new ArrayList<>(); this.indexedFunctions = new HashMap<>(); this.flowListener = f -> { }; this.deadLetterQueue = new LogSink(); this.stopOnError = true; }
251252253254255256257258
this.after = new ArrayList<>(); this.indexedFunctions = new HashMap<>(); this.loader = new FunctionScriptLoader(); this.flowListener = f -> { }; this.deadLetterQueue = new LogSink(); this.stopOnError = true; }