[#CZMQNotificationInterface-GetActiveNotifiers] = xref:CZMQNotificationInterface.adoc[CZMQNotificationInterface]::GetActiveNotifiers :relfileprefix: ../ :mrdocs: List the notifiers that are currently active. == Synopsis Declared in `<zmq/zmqnotificationinterface.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::list<CZMQAbstractNotifier const*> GetActiveNotifiers() const; ---- == Return Value Pointers to the active notifiers. [.small]#Created with https://www.mrdocs.com[MrDocs]#