Class EurekaDiscoveryClientConfiguration.EurekaClientConfigurationRefresher
java.lang.Object
org.springframework.cloud.netflix.eureka.EurekaDiscoveryClientConfiguration.EurekaClientConfigurationRefresher
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent>
- Enclosing class:
- EurekaDiscoveryClientConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent.class)
protected static class EurekaDiscoveryClientConfiguration.EurekaClientConfigurationRefresher
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonApplicationEvent(org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent event)
-
Constructor Details
-
EurekaClientConfigurationRefresher
protected EurekaClientConfigurationRefresher()
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent event) - Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent>
-