[][src]Type Definition svc_agent::mqtt::OutgoingEvent

type OutgoingEvent<T> = OutgoingMessage<T, OutgoingEventProperties>;

Methods

impl<T> OutgoingEvent<T> where
    T: Serialize
[src]

pub fn broadcast(
    payload: T,
    properties: OutgoingEventProperties,
    to_uri: &str
) -> Self
[src]

Trait Implementations