IceMX.TopicMetrics

class IceMX.TopicMetrics(id: str = '', total: int = 0, current: int = 0, totalLifetime: int = 0, failures: int = 0, published: int = 0, forwarded: int = 0)

Bases: Metrics

Provides information about one or more IceStorm topics.

Parameters:
published

The number of events published on the topic(s) by publishers.

Type:

int

forwarded

The number of events forwarded on the topic(s) by IceStorm topic links.

Type:

int

Notes

The Slice compiler generated this dataclass from Slice class ::IceMX::TopicMetrics.

static ice_staticId() str

Obtain the type ID of this Slice class or interface.

Returns:

The type ID.

Return type:

str