Module hedwig::publish[][src]

This is supported on crate feature publish only.
Expand description

Types, traits, and functions necessary to publish messages using hedwig

Modules

sinksink

Provides a Sink interface for publishing to hedwig.

Structs

The GooglePubSubPublisher::publish stream

A publisher that uses the Google Cloud Pub/Sub service as a message transport

A view over the messages in a MockPublisher, returned by messages

Stream of mock publisher results.

A mock publisher that stores messages in-memory for later verification.

Stream for NullPublisher::publish.

A blackhole publisher that doesn’t publish messages anywhere.

An error message returned by the API

A convenience builder for publishing in batches.

The stream returned by the method PublishBatch::publish

Enums

Error messages that occur when publishing to Google PubSub.

Traits

Types that can be encoded and published.

Message publishers.