events_by_type
Method
This is a method of the EventBus class in the bus module.Get events by type
Signature
Parameters
No description available.
Returns
The result of the operation.
events_by_type: Get events by type
This is a method of the EventBus class in the bus module.Get events by type
def events_by_type(&self, event_type: EventType) -> Vec<Event>