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

pl.fhframework.pubsub.MessagePublisher Maven / Gradle / Ivy

package pl.fhframework.pubsub;

/**
 * An interface for FH application message publisher.
 * @author Tomasz Kozlowski (created on 26.11.2019)
 */
public interface MessagePublisher {

    /** Publishes given message in context for specific topic */
    void publish(String topic, Object message);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy