nvflare.private.event module

fire_event(event: str, handlers: list, ctx: FLContext)[source]

Fires the specified event and invokes the list of handlers.

Parameters:
  • event – the event to be fired

  • handlers – handlers to be invoked

  • ctx – context for cross-component data sharing

Returns: N/A