Skip to main content

PublisherConfig

Type Alias PublisherConfig 

Source
pub type PublisherConfig = HashMap<String, Endpoint>;
Expand description

A configuration map for named publishers (endpoints). The key is the publisher name.

Aliased Typeยง

pub struct PublisherConfig { /* private fields */ }