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

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

The 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();

    Observable shutdown(Throwable cause);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy