Interface LastProducedTimeManager
public interface LastProducedTimeManager
A service to manage
LastProducedTime.-
Method Summary
Modifier and TypeMethodDescriptiongetLastProducedTime(String clusterId, String topicName) listLastProducedTimes(String clusterId) Returns list oflastProducedTimefor the last message produced for each topic in a givenclusterId.
-
Method Details
-
getLastProducedTime
-
listLastProducedTimes
Returns list oflastProducedTimefor the last message produced for each topic in a givenclusterId.
-