Package com.netflix.discovery
Interface BackupRegistry
-
- All Known Implementing Classes:
NotImplementedRegistryImpl
public interface BackupRegistryA simple contract for eureka clients to fallback for getting registry information in case eureka clients are unable to retrieve this information from any of the eureka servers.This is normally not required, but for applications that cannot exist without the registry information it can provide some additional reslience.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationsfetchRegistry()ApplicationsfetchRegistry(java.lang.String[] includeRemoteRegions)
-
-
-
Method Detail
-
fetchRegistry
Applications fetchRegistry()
-
fetchRegistry
Applications fetchRegistry(java.lang.String[] includeRemoteRegions)
-
-