Uses of Interface
io.quarkus.analytics.dto.config.AnalyticsRemoteConfig
-
Packages that use AnalyticsRemoteConfig Package Description io.quarkus.analytics.dto.config io.quarkus.analytics.rest -
-
Uses of AnalyticsRemoteConfig in io.quarkus.analytics.dto.config
Classes in io.quarkus.analytics.dto.config that implement AnalyticsRemoteConfig Modifier and Type Class Description classNoopRemoteConfigWill not perform any operationsclassRemoteConfigAllow to configure build analytics behaviour by downloading a remote configuration file from a public location. -
Uses of AnalyticsRemoteConfig in io.quarkus.analytics.rest
Methods in io.quarkus.analytics.rest that return types with arguments of type AnalyticsRemoteConfig Modifier and Type Method Description Optional<AnalyticsRemoteConfig>ConfigClient. getConfig()Optional<AnalyticsRemoteConfig>RestClient. getConfig()
-