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

    Constructors
    Constructor
    Description
    EurekaApplications(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EurekaApplications

      public EurekaApplications(String appsHashCode, Long versionDelta, List<com.netflix.discovery.shared.Application> registeredApplications)