Package io.quarkus.analytics.rest
Interface ConfigClient
-
- All Known Implementing Classes:
RestClient
public interface ConfigClientClient to retrieve the analytics config from the upstream public location.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<AnalyticsRemoteConfig>getConfig()
-
-
-
Method Detail
-
getConfig
Optional<AnalyticsRemoteConfig> getConfig()
-
-