Enum nakadion::publisher::PublishStatus[][src]

pub enum PublishStatus {
    AllEventsPublished,
    NotAllEventsPublished,
}

A status for (almos) successful publishing

Variants

All events were written and accepted by Nakadi

Not all events were accepted by Nakadi

Trait Implementations

impl Debug for PublishStatus
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations