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

com.healthy.common.websocket.distribute.MessageDistributor Maven / Gradle / Ivy

There is a newer version: 2.0.0-M1
Show newest version
package com.healthy.common.websocket.distribute;

/**
 * 消息分发器
 *
 * @author xm.z
 */
public interface MessageDistributor {

	/**
	 * 消息分发
	 * @param messageDO 发送的消息
	 */
	void distribute(MessageDO messageDO);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy