Struct nakadion::consumer::Consumer [] [src]

pub struct Consumer { /* fields omitted */ }

The consumer connects to the stream and sends batch lines to the processor.

This is the top level component used by an application that wants to consume a Nakadi stream

Methods

impl Consumer
[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Consumer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Consumer

impl Sync for Consumer