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

netflix.ocelli.executor.Executor Maven / Gradle / Ivy

There is a newer version: 0.1.0-rc.2
Show newest version
package netflix.ocelli.executor;

import rx.Observable;
import rx.functions.Func1;

/**
 * Higher level API for calling the load balancer as a mapping of 
 * Request -> Observable(Response).  Note that this abstraction completely 
 * removed knowledge of the client type and only deals with request/response
 *  
 * @author elandau
 *
 * @param 
 */
public interface Executor extends Func1> {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy