Class TigerScopedExecutor
- java.lang.Object
-
- de.gematik.test.tiger.common.config.TigerScopedExecutor
-
public class TigerScopedExecutor extends Object
Holds local configuration. You can add values to it, but the configuration will only be active within the `execute` statement. This class is not intended for threading!
-
-
Constructor Summary
Constructors Constructor Description TigerScopedExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(Runnable runnable)TigerScopedExecutorwithValue(String key, String value)
-
-
-
Method Detail
-
withValue
public TigerScopedExecutor withValue(String key, String value)
-
execute
public void execute(Runnable runnable)
-
-