hololinked.core.meta.EventSource
Base class to add event functionality to an object, it is not meant to be subclassed directly by the end-user.
Source code in .venv/lib/python3.13/site-packages/hololinked/core/meta.py
Attributes
event_publisher
property
event publishing object EventPublisher
that owns the zmq.PUB socket, valid only after
creating an RPC server or calling a run()
method on the Thing
instance.
Functions
create_events_registry
creates a registry for available Events
based on EventsRegistry