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 Details

    • EurekaClientConfigurationRefresher

      protected EurekaClientConfigurationRefresher()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent>