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

com.jd.blockchain.utils.transfer.AsyncSendable Maven / Gradle / Ivy

package com.jd.blockchain.utils.transfer;

import com.jd.blockchain.utils.concurrent.AsyncFuture;

/**
 * AsyncMessageSendable 是对异步发送操作的抽象;
 * 
 * @author haiq
 *
 * @param 
 */
public interface AsyncSendable {

	/**
	 * 异步发送消息;
	 * 
	 * @param message
	 * @return
	 */
	public AsyncFuture asyncSend(TData message);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy