Expand description
Python bindings for the message bus, including configuration types and the
PyMessageBus wrapper that routes Python events through the Rust
thread-local MessageBus via the Any-based dispatch path.
Structs§
- Message
BusFactory Registry - Registry for Python message bus backing factory extractors.
- PyCallable
Handler - Adapts a Python callable as a
ShareableMessageHandler. - PyMessage
- Wraps a Python object so it can travel through the Rust Any-based message bus.
- PyMessage
Bus - Python message bus backed by the Rust thread-local
MessageBus.
Functions§
- get_
global_ msgbus_ factory_ registry - Returns the global Python message bus backing factory registry.
Type Aliases§
- Message
BusFactory Extractor - Function type for extracting a Python object into a boxed message bus backing factory.