public class AppConfigurationStoreMonitoring extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AppConfigurationStoreMonitoring.AccessToken
Token used to verifying Push Refresh Requests
|
static class |
AppConfigurationStoreMonitoring.PushNotification
Push Notification tokens for setting watch interval to 0.
|
| Constructor and Description |
|---|
AppConfigurationStoreMonitoring() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getFeatureFlagRefreshInterval() |
AppConfigurationStoreMonitoring.PushNotification |
getPushNotification() |
Duration |
getRefreshInterval() |
List<AppConfigurationStoreTrigger> |
getTriggers() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setFeatureFlagRefreshInterval(Duration featureFlagRefreshInterval)
The minimum time between checks of feature flags.
|
void |
setPushNotification(AppConfigurationStoreMonitoring.PushNotification pushNotification) |
void |
setRefreshInterval(Duration refreshInterval)
The minimum time between checks.
|
void |
setTriggers(List<AppConfigurationStoreTrigger> triggers) |
void |
validateAndInit() |
public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled - the enabled to setpublic Duration getRefreshInterval()
public void setRefreshInterval(Duration refreshInterval)
refreshInterval - minimum time between refresh checkspublic Duration getFeatureFlagRefreshInterval()
public void setFeatureFlagRefreshInterval(Duration featureFlagRefreshInterval)
featureFlagRefreshInterval - minimum time between refresh checks for feature flagspublic List<AppConfigurationStoreTrigger> getTriggers()
public void setTriggers(List<AppConfigurationStoreTrigger> triggers)
triggers - the triggers to setpublic AppConfigurationStoreMonitoring.PushNotification getPushNotification()
public void setPushNotification(AppConfigurationStoreMonitoring.PushNotification pushNotification)
pushNotification - the pushNotification to set@PostConstruct public void validateAndInit()
Copyright © 2021 Microsoft Corporation. All rights reserved.