接口 NonPersistentTopicStats

  • 所有超级接口:
    TopicStats

    public interface NonPersistentTopicStats
    extends TopicStats
    Statistics for a non-persistent topic.
    • 方法详细资料

      • getMsgDropRate

        double getMsgDropRate()
        for non-persistent topic: broker drops msg if publisher publishes messages more than configured max inflight messages per connection.