Module kinesis_firehose_producer::sync_producer[][src]

Expand description

Sync Producer

This is just a wrapper around async_producer::Producer that creates a new Tokio Runtime and wraps method calls in Runtime::block_on.

You probably want to use KinesisFirehoseProducer, which is a type alias of Producer<KinesisFirehoseClient>

Structs

Type Definitions

The type alias you’ll probably want to use