![JAR search and dependency download from the Maven repository](/logo.png)
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