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>
- Author:
- Dave Syer, Spencer Gibb, Jon Schneider, Jakub Narloch, Olga Maciaszek-Sharma, Tim Ysewyn
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonApplicationEvent(org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent event) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
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>
-