Struct nakadion::api::stats::SubscriptionStats[][src]

pub struct SubscriptionStats {
    pub event_types: Vec<EventTypeInfo>,
}

A stream can provide multiple EventTypes where each of them can have its own partitioning setup.

Fields

Methods

impl SubscriptionStats
[src]

Returns the number of partitions of the EventType that has the most partitions.

Trait Implementations

impl Debug for SubscriptionStats
[src]

Formats the value using the given formatter. Read more

impl Default for SubscriptionStats
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations