Module topics

Source
Expand description

Topics module.

§Overview

This module contains the topics for the DS Event Stream.

§Features

  • Get the topics for the DS Event Stream.

§Example

use ds_event_stream_rs_sdk::model::topics::Topic;

let topic = Topic::DsPipelineJobRequested;
assert_eq!(topic.to_string(), "ds.pipeline..job.requested.v1");

Structs§

TopicIter
An iterator over the variants of Topic

Enums§

Topic
This enum contains all the topics for the DS Event Stream.