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

com.netflix.eureka2.interests.IndexRegistry Maven / Gradle / Ivy

There is a newer version: 2.0.0-DP4
Show newest version
package com.netflix.eureka2.interests;

import com.netflix.eureka2.registry.EurekaRegistry;
import rx.Observable;

/**
 * @author Nitesh Kant
 */
public interface IndexRegistry {

    Observable> forInterest(Interest interest,
                                                  Observable> dataSource,
                                                  Index.InitStateHolder initStateHolder);

    Observable> forCompositeInterest(MultipleInterests interest, EurekaRegistry registry);

    Observable shutdown();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy