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

rpc.turbo.transport.client.sender.Sender Maven / Gradle / Ivy

The newest version!
package rpc.turbo.transport.client.sender;

import java.io.Closeable;

import rpc.turbo.transport.client.future.RequestWithFuture;

public interface Sender extends Closeable {

	public void send(RequestWithFuture request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy