Struct svc_agent::EventSubscription [−][src]
pub struct EventSubscription<'a> { /* fields omitted */ }Implementations
Builds an EventSubscription.
Arguments
source– events source.
Example
let account_id = AccountId::new("service_name", "svc.example.org"); let source = Source::Broadcast(&account_id, "v1", "rooms/+/events"); let subscription = EventSubscription::new(source);
Trait Implementations
fn subscription_topic<A>(
&self,
_me: &A,
_me_version: &str
) -> Result<String, Error> where
A: Addressable, [src]
fn subscription_topic<A>(
&self,
_me: &A,
_me_version: &str
) -> Result<String, Error> where
A: Addressable, [src]Returns a topic to subscribe to as string. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for EventSubscription<'a>impl<'a> Send for EventSubscription<'a>impl<'a> Sync for EventSubscription<'a>impl<'a> Unpin for EventSubscription<'a>impl<'a> UnwindSafe for EventSubscription<'a>