module documentation

FiftyOne Server events dispatching.

Copyright 2017-2025, Voxel51, Inc.

Async Function dispatch_event Dispatch an event to all listeners registered for the server process
async def dispatch_event(subscription: str | None, event: EventType): (source) ΒΆ

Dispatch an event to all listeners registered for the server process

Parameters
subscription:str | Nonethe calling subscription id
event:EventTypethe event