Class AppConfigurationStoreMonitoring.PushNotification
java.lang.Object
com.azure.spring.cloud.config.properties.AppConfigurationStoreMonitoring.PushNotification
- Enclosing class:
- AppConfigurationStoreMonitoring
Push Notification tokens for setting watch interval to 0.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setPrimaryToken
(AppConfigurationStoreMonitoring.AccessToken primaryToken) void
setSecondaryToken
(AppConfigurationStoreMonitoring.AccessToken secondaryToken)
-
Constructor Details
-
PushNotification
public PushNotification()
-
-
Method Details
-
getPrimaryToken
- Returns:
- the primaryToken
-
setPrimaryToken
- Parameters:
primaryToken
- the primaryToken to set
-
getSecondaryToken
- Returns:
- the secondaryToken
-
setSecondaryToken
- Parameters:
secondaryToken
- the secondaryToken to set
-