All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netflix.discovery.CacheRefreshedEvent Maven / Gradle / Ivy

There is a newer version: 0.40.13
Show newest version
package com.netflix.discovery;

/**
 * This event is sent by {@link EurekaClient) whenever it has refreshed its local 
 * local cache with information received from the Eureka server.
 * 
 * @author brenuart
 */
public class CacheRefreshedEvent extends DiscoveryEvent {
    @Override
    public String toString() {
        return "CacheRefreshedEvent[timestamp=" + getTimestamp() + "]";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy