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

org.tinystruct.mqtt.MessageQueue Maven / Gradle / Ivy

Go to download

A simple framework for Java development. Simple is hard, Complex is easy. Better thinking, better design.

There is a newer version: 1.4.4
Show newest version
package org.tinystruct.mqtt;

public interface MessageQueue {
    void subscribe(String topic, MessageListener listener);

    void publish(String topic, String message);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy