Package com.netflix.discovery
Class CacheRefreshedEvent
- java.lang.Object
-
- com.netflix.discovery.DiscoveryEvent
-
- com.netflix.discovery.CacheRefreshedEvent
-
- All Implemented Interfaces:
EurekaEvent
public class CacheRefreshedEvent extends DiscoveryEvent
This event is sent by {@link EurekaClient) whenever it has refreshed its local local cache with information received from the Eureka server.
-
-
Constructor Summary
Constructors Constructor Description CacheRefreshedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class com.netflix.discovery.DiscoveryEvent
getTimestamp
-
-