This is the complete list of members for anch::events::EventBus< T >, including all inherited members.
AddObserver(anch::events::Observer< T > &observer) noexcept | anch::events::EventBus< T > | static |
addObserver(anch::events::Observer< T > &observer) noexcept | anch::events::EventBus< T > | |
anch::Singleton< EventBus< T > > (defined in anch::events::EventBus< T >) | anch::events::EventBus< T > | friend |
FireEvent(const T &event, const std::map< std::string, std::string > &headers={}) noexcept | anch::events::EventBus< T > | static |
FireEvent(const anch::events::Event< T > &event) noexcept | anch::events::EventBus< T > | static |
fireEvent(const T &event, const std::map< std::string, std::string > &headers={}) noexcept | anch::events::EventBus< T > | |
fireEvent(const anch::events::Event< T > &event) noexcept | anch::events::EventBus< T > | |
getInstance() | anch::Singleton< EventBus< T > > | static |
RemoveObserver(anch::events::Observer< T > &observer) noexcept | anch::events::EventBus< T > | static |
removeObserver(anch::events::Observer< T > &observer) noexcept | anch::events::EventBus< T > | |
ScheduleDeferred(const T &event, const std::map< std::string, std::string > &headers={}) noexcept | anch::events::EventBus< T > | static |
ScheduleDeferred(const anch::events::Event< T > &event) noexcept | anch::events::EventBus< T > | static |
scheduleDeferred(const T &event, const std::map< std::string, std::string > &headers={}) noexcept | anch::events::EventBus< T > | |
scheduleDeferred(const anch::events::Event< T > &event) noexcept | anch::events::EventBus< T > |