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

com.gateway.connector.tcp.client.IMessage Maven / Gradle / Ivy

package com.gateway.connector.tcp.client;

public interface IMessage { 
	void onMessage(String topic,String t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy