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

org.nofdev.topic.TopicErrorHandler.groovy Maven / Gradle / Ivy

There is a newer version: 1.7.6
Show newest version
package org.nofdev.topic
/**
*  Created by LiuTengFei on 2017/5/23 0023.
*/
interface TopicErrorHandler {
    void handleError(String topicName, TopicMessage topicMessage, Throwable throwable)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy