org.nofdev.topic.TopicErrorHandler.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of service-topic-consumer Show documentation
Show all versions of service-topic-consumer Show documentation
The basic componet of Nofdev Topic framework
package org.nofdev.topic
/**
* Created by LiuTengFei on 2017/5/23 0023.
*/
interface TopicErrorHandler {
void handleError(String topicName, TopicMessage topicMessage, Throwable throwable)
}