IceMX.SubscriberMetrics¶
- class IceMX.SubscriberMetrics(id: str = '', total: int = 0, current: int = 0, totalLifetime: int = 0, failures: int = 0, queued: int = 0, outstanding: int = 0, delivered: int = 0)¶
Bases:
MetricsProvides information about IceStorm subscribers.
- Parameters:
Notes
The Slice compiler generated this dataclass from Slice class
::IceMX::SubscriberMetrics.