Total dropped notifications since server start.
(&self)
| 226 | |
| 227 | /// Total dropped notifications since server start. |
| 228 | pub fn total_dropped(&self) -> u64 { |
| 229 | self.dropped.load(Ordering::Relaxed) |
| 230 | } |
| 231 | |
| 232 | /// Number of distinct (tenant, channel) subscriptions currently active. |
| 233 | pub fn subscription_count(&self) -> usize { |