Interface TopicErrorsMapper
-
public interface TopicErrorsMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopicEventTypegetTopicEventType()TopicTypegetTopicType()TopicEventmap(Topic topic, Integer statusCode, Throwable throwable)
-
-
-
Method Detail
-
getTopicType
TopicType getTopicType()
-
getTopicEventType
TopicEventType getTopicEventType()
-
map
TopicEvent map(Topic topic, Integer statusCode, Throwable throwable)
-
-