Class EurekaApplications
java.lang.Object
com.netflix.discovery.shared.Applications
org.springframework.cloud.netflix.eureka.http.EurekaApplications
public class EurekaApplications
extends com.netflix.discovery.shared.Applications
A simple wrapper class for
Applications that insure proprer Jackson
serialization through the JsonPropert overwrites.- Author:
- Daniel Lavoie
-
Constructor Summary
ConstructorsConstructorDescriptionEurekaApplications(String appsHashCode, Long versionDelta, List<com.netflix.discovery.shared.Application> registeredApplications) -
Method Summary
Methods inherited from class com.netflix.discovery.shared.Applications
addApplication, getAppsHashCode, getInstancesBySecureVirtualHostName, getInstancesByVirtualHostName, getNextIndex, getReconcileHashCode, getReconcileHashCode, getRegisteredApplications, getRegisteredApplications, getVersion, populateInstanceCountMap, removeApplication, setAppsHashCode, setVersion, shuffleAndIndexInstances, shuffleInstances, size
-
Constructor Details
-
EurekaApplications
-