beamlime.applications.base.HandlerInterface#
- class beamlime.applications.base.HandlerInterface[source]#
Base class for message handlers.
Message handlers hold methods or callable property that can be called with one argument:
BeamlimeMessage
by other daemons.- __init__()#
Methods
__init__
()debug
(msg, *args[, stacklevel])error
(msg, *args[, stacklevel])info
(msg, *args[, stacklevel])warning
(msg, *args[, stacklevel])Attributes
logger