MCPcopy Create free account
hub / github.com/Icinga/icinga2 / EventQueue

Method EventQueue

lib/remote/eventqueue.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17using namespace icinga;
18
19EventQueue::EventQueue(String name)
20 : m_Name(std::move(name))
21{ }
22
23bool EventQueue::CanProcessEvent(const String& type) const
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected