Package io.quarkus.analytics.dto.config
Class NoopRemoteConfig
java.lang.Object
io.quarkus.analytics.dto.config.NoopRemoteConfig
- All Implemented Interfaces:
AnalyticsRemoteConfig
Will not perform any operations
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionList of anonymous UUID representing the users who will not send analytics.List of quarkus versions that will not send analytics.Configuration refresh intervalbooleanisActive()
-
Field Details
-
INSTANCE
-
-
Method Details
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceAnalyticsRemoteConfig- Returns:
- true if the analytics is enabled
-
getDenyAnonymousIds
Description copied from interface:AnalyticsRemoteConfigList of anonymous UUID representing the users who will not send analytics. The data from particular UUIDs might contain issues and generation will be disabled at the source.- Specified by:
getDenyAnonymousIdsin interfaceAnalyticsRemoteConfig- Returns:
-
getDenyQuarkusVersions
Description copied from interface:AnalyticsRemoteConfigList of quarkus versions that will not send analytics. The data from particular versions might contain issues and generation will be disabled at the source.- Specified by:
getDenyQuarkusVersionsin interfaceAnalyticsRemoteConfig- Returns:
-
getRefreshInterval
Description copied from interface:AnalyticsRemoteConfigConfiguration refresh interval- Specified by:
getRefreshIntervalin interfaceAnalyticsRemoteConfig- Returns:
-