Interface NonPersistentPublisherStats
-
- All Superinterfaces:
PublisherStats
public interface NonPersistentPublisherStats extends PublisherStats
Non-persistent publisher statistics.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetMsgDropRate()for non-persistent topic: broker drops msg if publisher publishes messages more than configured max inflight messages per connection.-
Methods inherited from interface org.apache.pulsar.common.policies.data.PublisherStats
getAccessMode, getAddress, getAverageMsgSize, getChunkedMessageRate, getClientVersion, getConnectedSince, getMetadata, getMsgRateIn, getMsgThroughputIn, getProducerId, getProducerName
-
-