Class LastProducedTime

java.lang.Object
io.confluent.kafkarest.entities.LastProducedTime

public abstract class LastProducedTime extends Object
  • Method Details

    • getClusterId

      public abstract String getClusterId()
    • getTopicName

      public abstract String getTopicName()
    • getLastProducedTimeMs

      public abstract long getLastProducedTimeMs()
    • create

      public static LastProducedTime create(String clusterId, String topicName, long lastProducedTimeMs)