Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- apiToken - Variable in class org.unleash.features.autoconfigure.UnleashProperties
- apiUrl - Variable in class org.unleash.features.autoconfigure.UnleashProperties
- appName - Variable in class org.unleash.features.autoconfigure.UnleashProperties
C
- CustomHeader() - Constructor for class org.unleash.features.autoconfigure.UnleashProperties.CustomHeader
- customHttpHeadersProvider - Variable in class org.unleash.features.autoconfigure.UnleashProperties
D
- disableMetrics - Variable in class org.unleash.features.autoconfigure.UnleashProperties
E
- environment - Variable in class org.unleash.features.autoconfigure.UnleashProperties
F
- fetchTogglesConnectTimeout - Variable in class org.unleash.features.autoconfigure.UnleashProperties
- fetchTogglesInterval - Variable in class org.unleash.features.autoconfigure.UnleashProperties
- fetchTogglesReadTimeout - Variable in class org.unleash.features.autoconfigure.UnleashProperties
G
- getApiToken() - Method in class org.unleash.features.autoconfigure.UnleashProperties
- getApiUrl() - Method in class org.unleash.features.autoconfigure.UnleashProperties
- getAppName() - Method in class org.unleash.features.autoconfigure.UnleashProperties
- getCustomHttpHeadersProvider() - Method in class org.unleash.features.autoconfigure.UnleashProperties
- getEnvironment() - Method in class org.unleash.features.autoconfigure.UnleashProperties
- getFetchTogglesConnectTimeout() - Method in class org.unleash.features.autoconfigure.UnleashProperties
- getFetchTogglesInterval() - Method in class org.unleash.features.autoconfigure.UnleashProperties
- getFetchTogglesReadTimeout() - Method in class org.unleash.features.autoconfigure.UnleashProperties
- getHttpFetcher() - Method in class org.unleash.features.autoconfigure.UnleashProperties
- getInstanceId() - Method in class org.unleash.features.autoconfigure.UnleashProperties
- getName() - Method in class org.unleash.features.autoconfigure.UnleashProperties.CustomHeader
- getProjectName() - Method in class org.unleash.features.autoconfigure.UnleashProperties
- getSendMetricsConnectTimeout() - Method in class org.unleash.features.autoconfigure.UnleashProperties
- getSendMetricsInterval() - Method in class org.unleash.features.autoconfigure.UnleashProperties
- getSendMetricsReadTimeout() - Method in class org.unleash.features.autoconfigure.UnleashProperties
- getUnleashContextProviderWithThreadLocalSupport(UnleashContextProvider) - Method in class org.unleash.features.config.UnleashAutoConfiguration
-
Method always wraps the created UnleashContextProvider with threadLocal support.
- getValue() - Method in class org.unleash.features.autoconfigure.UnleashProperties.CustomHeader
H
- HTTP_URL_CONNECTION_FETCHER - Enum constant in enum class org.unleash.features.autoconfigure.UnleashProperties.HttpFetcher
- httpFetcher - Variable in class org.unleash.features.autoconfigure.UnleashProperties
- HttpFetcher() - Constructor for enum class org.unleash.features.autoconfigure.UnleashProperties.HttpFetcher
I
- instanceId - Variable in class org.unleash.features.autoconfigure.UnleashProperties
- isDisableMetrics() - Method in class org.unleash.features.autoconfigure.UnleashProperties
- isProxyAuthenticationByJvmProperties() - Method in class org.unleash.features.autoconfigure.UnleashProperties
- isSynchronousFetchOnInitialisation() - Method in class org.unleash.features.autoconfigure.UnleashProperties
N
- name - Variable in class org.unleash.features.autoconfigure.UnleashProperties.CustomHeader
O
- OK_HTTP - Enum constant in enum class org.unleash.features.autoconfigure.UnleashProperties.HttpFetcher
- org.unleash.features.autoconfigure - package org.unleash.features.autoconfigure
- org.unleash.features.config - package org.unleash.features.config
P
- PREFIX - Static variable in class org.unleash.features.autoconfigure.UnleashProperties
- projectName - Variable in class org.unleash.features.autoconfigure.UnleashProperties
- proxyAuthenticationByJvmProperties - Variable in class org.unleash.features.autoconfigure.UnleashProperties
S
- sendMetricsConnectTimeout - Variable in class org.unleash.features.autoconfigure.UnleashProperties
- sendMetricsInterval - Variable in class org.unleash.features.autoconfigure.UnleashProperties
- sendMetricsReadTimeout - Variable in class org.unleash.features.autoconfigure.UnleashProperties
- setApiToken(String) - Method in class org.unleash.features.autoconfigure.UnleashProperties
- setApiUrl(String) - Method in class org.unleash.features.autoconfigure.UnleashProperties
- setAppName(String) - Method in class org.unleash.features.autoconfigure.UnleashProperties
- setCustomHeaderProvider(UnleashConfig.Builder, UnleashProperties) - Method in class org.unleash.features.config.UnleashAutoConfiguration
- setCustomHttpHeadersProvider(List<UnleashProperties.CustomHeader>) - Method in class org.unleash.features.autoconfigure.UnleashProperties
- setDisableMetrics(boolean) - Method in class org.unleash.features.autoconfigure.UnleashProperties
- setDisableMetrics(UnleashConfig.Builder, UnleashProperties) - Method in class org.unleash.features.config.UnleashAutoConfiguration
- setEnvironment(String) - Method in class org.unleash.features.autoconfigure.UnleashProperties
- setFetchTogglesConnectTimeout(Duration) - Method in class org.unleash.features.autoconfigure.UnleashProperties
- setFetchTogglesInterval(Duration) - Method in class org.unleash.features.autoconfigure.UnleashProperties
- setFetchTogglesReadTimeout(Duration) - Method in class org.unleash.features.autoconfigure.UnleashProperties
- setHttpFetcher(UnleashProperties.HttpFetcher) - Method in class org.unleash.features.autoconfigure.UnleashProperties
- setHttpFetcherInBuilder(UnleashConfig.Builder, UnleashProperties) - Method in class org.unleash.features.config.UnleashAutoConfiguration
- setInstanceId(String) - Method in class org.unleash.features.autoconfigure.UnleashProperties
- setName(String) - Method in class org.unleash.features.autoconfigure.UnleashProperties.CustomHeader
- setProjectName(String) - Method in class org.unleash.features.autoconfigure.UnleashProperties
- setProxyAuthenticationByJvmProperties(boolean) - Method in class org.unleash.features.autoconfigure.UnleashProperties
- setProxyAuthenticationByJvmProps(UnleashConfig.Builder, UnleashProperties) - Method in class org.unleash.features.config.UnleashAutoConfiguration
- setSendMetricsConnectTimeout(Duration) - Method in class org.unleash.features.autoconfigure.UnleashProperties
- setSendMetricsInterval(Duration) - Method in class org.unleash.features.autoconfigure.UnleashProperties
- setSendMetricsReadTimeout(Duration) - Method in class org.unleash.features.autoconfigure.UnleashProperties
- setSynchronousFetchOnInitialisation(boolean) - Method in class org.unleash.features.autoconfigure.UnleashProperties
- setValue(String) - Method in class org.unleash.features.autoconfigure.UnleashProperties.CustomHeader
- strategyMap - Variable in class org.unleash.features.config.UnleashAutoConfiguration
- synchronousFetchOnInitialisation - Variable in class org.unleash.features.autoconfigure.UnleashProperties
U
- unleash(UnleashProperties, UnleashContextProvider) - Method in class org.unleash.features.config.UnleashAutoConfiguration
- UnleashAutoConfiguration - Class in org.unleash.features.config
- UnleashAutoConfiguration() - Constructor for class org.unleash.features.config.UnleashAutoConfiguration
- unleashContextProvider(UnleashProperties) - Method in class org.unleash.features.config.UnleashAutoConfiguration
- UnleashProperties - Class in org.unleash.features.autoconfigure
- UnleashProperties() - Constructor for class org.unleash.features.autoconfigure.UnleashProperties
- UnleashProperties.CustomHeader - Class in org.unleash.features.autoconfigure
- UnleashProperties.HttpFetcher - Enum Class in org.unleash.features.autoconfigure
V
- value - Variable in class org.unleash.features.autoconfigure.UnleashProperties.CustomHeader
- valueOf(String) - Static method in enum class org.unleash.features.autoconfigure.UnleashProperties.HttpFetcher
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.unleash.features.autoconfigure.UnleashProperties.HttpFetcher
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values