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

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

package com.jd.blockchain.utils.transfer;

/**
 * Sendable 是发送操作的抽象;
 * 
 * @author haiq
 *
 */
public interface Sendable {

	/**
	 * 发送消息;
	 * 
	 * @param message
	 */
	public void send(TData message);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy