ApifyEventManager
Index
Methods
Methods
__aenter__
- Returns Self
__aexit__
- Parameters- exc_type: type[BaseException] | None
- exc_value: BaseException | None
- exc_traceback: TracebackType | None
 - Returns None
__init__
- Initialize a new instance. - Parameters- configuration: Configuration- The Actor configuration for the event manager. 
 - Returns None
Event manager for the Apify platform.
This class extends Crawlee's
EventManagerto provide Apify-specific functionality, including websocket connectivity to the Apify platform for receiving platform events.The event manager handles:
This class should not be used directly. Use the
Actor.onandActor.offmethods to interact with the event system.