Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.