Interface NonPersistentTopicStats

  • All Superinterfaces:
    TopicStats

    public interface NonPersistentTopicStats
    extends TopicStats
    Statistics for a non-persistent topic.
    • Method Detail

      • getMsgDropRate

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