Package io.temporal.internal.common.env
Interface EnvironmentVariablesProvider
-
- All Known Implementing Classes:
SystemEnvironmentVariablesProvider
public interface EnvironmentVariablesProviderSame contract asSystem.getenv(String)This class exists only to allow overriding environment variables for tests
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringgetenv(java.lang.String name)
-