Struct nakadion::BatchInfo [] [src]

pub struct BatchInfo {
    pub stream_id: StreamId,
    pub cursor: Cursor,
}

Information on a current batch. This might be useful for a Handler that wants to do checkpointing on its own.

Fields

Trait Implementations

impl Clone for BatchInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BatchInfo
[src]

Formats the value using the given formatter.