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

org.webswing.toolkit.api.messaging.WebswingMessage Maven / Gradle / Ivy

There is a newer version: 20.2.4
Show newest version
package org.webswing.toolkit.api.messaging;

/**
 * Wrapper class for the message object
 * @param  type of the message
 */
public interface WebswingMessage {

	/**
	 * @return the actual deserialize object received from topic.
	 */
	T getMessage();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy