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

com.power4j.fist.message.topic.TopicPublisher Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
package com.power4j.fist.message.topic;

/**
 * @author CJ ([email protected])
 * @since 1.0
 */
public interface TopicPublisher {

	/**
	 * publish msg
	 * @param channel channel name
	 * @param msg the msg
	 */
	void publish(String channel, Object msg);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy