Package io.getunleash.repository
Class HttpToggleFetcher
- java.lang.Object
-
- io.getunleash.repository.HttpToggleFetcher
-
- All Implemented Interfaces:
ToggleFetcher
public final class HttpToggleFetcher extends Object implements ToggleFetcher
-
-
Constructor Summary
Constructors Constructor Description HttpToggleFetcher(UnleashConfig unleashConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureToggleResponsefetchToggles()
-
-
-
Constructor Detail
-
HttpToggleFetcher
public HttpToggleFetcher(UnleashConfig unleashConfig)
-
-
Method Detail
-
fetchToggles
public FeatureToggleResponse fetchToggles() throws UnleashException
- Specified by:
fetchTogglesin interfaceToggleFetcher- Throws:
UnleashException
-
-