Skip to main content

events_by_source

Method
This is a method of the EventBus class in the bus module.
Get events by source

Signature

def events_by_source(&self, source: &str) -> Vec<Event>

Parameters

source
&str
required
No description available.

Returns

Returns
Vec<Event>
The result of the operation.