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

netflix.karyon.transport.RequestRouter Maven / Gradle / Ivy

There is a newer version: 2.9.2
Show newest version
package netflix.karyon.transport;

import rx.Observable;

/**
 * @author Nitesh Kant
 *
 * @deprecated Use RxNetty's {@link io.reactivex.netty.channel.Handler} instead.
 */
@Deprecated
public interface RequestRouter {

    Observable route(I request, O response);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy