PlatformEventManager
Index
Methods
Methods
__aenter__
Returns Self
__aexit__
Parameters
exc_type: type[BaseException] | None
exc_value: BaseException | None
exc_traceback: TracebackType | None
Returns None
__init__
Create an instance of the EventManager.
Parameters
config: Configuration
The Actor configuration to be used in this event manager.
Returns None
A class for managing Actor events.
You shouldn't use this class directly, but instead use it via the
Actor.on()
andActor.off()
methods.