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

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

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

import javax.inject.Singleton;

import com.netflix.discovery.shared.Applications;

/**
 * @author Nitesh Kant
 */
@Singleton
public class NotImplementedRegistryImpl implements BackupRegistry {

    @Override
    public Applications fetchRegistry() {
        return null;
    }

    @Override
    public Applications fetchRegistry(String[] includeRemoteRegions) {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy