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

com.icthh.xm.commons.topic.message.MessageHandler Maven / Gradle / Ivy

The newest version!
package com.icthh.xm.commons.topic.message;

import com.icthh.xm.commons.topic.domain.TopicConfig;

public interface MessageHandler {

    void onMessage(String message, String tenant, TopicConfig topicConfig);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy