Enum nakadion::AfterBatchAction [] [src]

pub enum AfterBatchAction {
    Continue,
    ContinueNoCheckpoint,
    Stop,
    Abort,
}

Describes what to do after a batch has been processed.

Use to control what should happen next.

Variants

Checkpoint and get next

Get next without checkpointing.

Checkpoint then stop.

Stop without checkpointing

Trait Implementations

impl Debug for AfterBatchAction
[src]

Formats the value using the given formatter.

impl Clone for AfterBatchAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more