Class TigerThreadScopedConfigurationSource

java.lang.Object
de.gematik.test.tiger.common.config.AbstractTigerConfigurationSource
de.gematik.test.tiger.common.config.TigerThreadScopedConfigurationSource

public class TigerThreadScopedConfigurationSource extends AbstractTigerConfigurationSource
Configuration-source which is bound to a certain thread. The configuration will be invisible from outside the thread in which it has been set. Bear in mind that any unintentional threading (Thread-Pools etc.) will also have the same effect.