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])

rtype:

None

error(msg, *args[, stacklevel])

rtype:

None

info(msg, *args[, stacklevel])

rtype:

None

warning(msg, *args[, stacklevel])

rtype:

None

Attributes

logger