Struct nakadion::HyperClientConnector [] [src]

pub struct HyperClientConnector { /* fields omitted */ }

A NakadiConnector using Hyper for dispatching requests.

Methods

impl HyperClientConnector
[src]

Trait Implementations

impl NakadiConnector for HyperClientConnector
[src]

impl ReadsStream for HyperClientConnector
[src]

Attempts to get data from the stream. Also returns the StreamId which must be used for checkpointing. Read more

impl Checkpoints for HyperClientConnector
[src]

Checkpoint Cursors. Make sure you use the same StreamId with which you retrieved the cursor. Read more

impl ProvidesStreamInfo for HyperClientConnector
[src]