| Copyright | (c) Lars Petersen 2017 |
|---|---|
| License | MIT |
| Maintainer | info@lars-petersen.net |
| Stability | experimental |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Network.MQTT.Broker.SessionStatistics
Description
Documentation
data Statistics Source #
data StatisticsSnapshot Source #
Constructors
| StatisticsSnapshot | |
Fields | |
new :: IO Statistics Source #
accountPublicationsAccepted :: Statistics -> Word -> IO () Source #
accountPublicationsDropped :: Statistics -> Word -> IO () Source #
accountSubscriptionsAccepted :: Statistics -> Word -> IO () Source #
accountSubscriptionsDenied :: Statistics -> Word -> IO () Source #
accountRetentionsAccepted :: Statistics -> Word -> IO () Source #
accountRetentionsDropped :: Statistics -> Word -> IO () Source #