Skip to main content

events_by_type

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

Signature

def events_by_type(&self, event_type: EventType) -> Vec<Event>

Parameters

event_type
EventType
required
No description available.

Returns

Returns
Vec<Event>
The result of the operation.