mentat.daemon.component.filter module¶
Daemon component capable of filtering incoming messages with complex filtering rules.
It is dependent on services of following modules:
-
Filtering rule library.
-
Filtering rule compilation library.
The implementation is based on pyzenkit.zendaemon.ZenDaemonComponent
.
-
class
mentat.daemon.component.filter.
FilterDaemonComponent
(**kwargs)[source]¶ Bases:
pyzenkit.zendaemon.ZenDaemonComponent
Implementation of ZenDaemonComponent encapsulating pynspect library.
-
EVENT_MSG_PROCESS
= 'message_process'¶
-