Struct nakadion::Cursor [] [src]

pub struct Cursor {
    pub partition: PartitionId,
    pub offset: String,
    pub event_type: EventType,
    pub cursor_token: Uuid,
}

A Cursor describes a position in the stream. The cursor is used for checkpointing.

Fields

Trait Implementations

impl Clone for Cursor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Cursor
[src]

Formats the value using the given formatter.