@Component public class AppConfigurationRefresh extends Object implements org.springframework.context.ApplicationEventPublisherAware
| Constructor and Description |
|---|
AppConfigurationRefresh(AppConfigurationProperties properties,
ClientStore clientStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
expireRefreshInterval(String endpoint) |
Future<Boolean> |
refreshConfigurations()
Checks configurations to see if configurations should be reloaded.
|
void |
setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher) |
public AppConfigurationRefresh(AppConfigurationProperties properties, ClientStore clientStore)
public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
setApplicationEventPublisher in interface org.springframework.context.ApplicationEventPublisherAware@Async public Future<Boolean> refreshConfigurations()
public void expireRefreshInterval(String endpoint)
Copyright © 2021 Microsoft Corporation. All rights reserved.