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.

publish

Function
This function is defined in the bus module.
Publish an event to the global bus

Signature

def publish(event: Event) -> ()

Parameters

event
Event
required
No description available.

Returns

Returns
()
The result of the operation.

Uses

  • get_event_bus
  • publish

Source

View on GitHub

praisonai/src/bus/mod.rs at line 404