19 #ifndef MIR_REPORT_LOGGING_MESSAGE_PROCESSOR_REPORT_H_
20 #define MIR_REPORT_LOGGING_MESSAGE_PROCESSOR_REPORT_H_
27 #include <unordered_map>
48 typedef std::unordered_map<int, InvocationDetails>
Invocations;
55 typedef std::unordered_map<void const*, MediatorDetails>
Mediators;
62 std::shared_ptr<mir::logging::Logger>
const& log,
63 std::shared_ptr<time::Clock>
const& clock);
78 std::shared_ptr<mir::logging::Logger>
const log;
79 std::shared_ptr<time::Clock>
const clock;
All things Mir.
Definition: buffer_stream.h:37
Definition: message_processor_report.h:58
MessageProcessorReport()
Definition: message_processor_report.h:35
std::unordered_map< void const *, MediatorDetails > Mediators
Definition: message_processor_report.h:55
std::chrono::steady_clock::time_point Timestamp
Definition: types.h:29
void exception_handled(void const *mediator, int id, std::exception const &error)
Definition: message_processor_report.h:32
void unknown_method(void const *mediator, int id, std::string const &method)
void completed_invocation(void const *mediator, int id, bool result)
std::string method
Definition: message_processor_report.h:44
error
Definition: connector_report_tp.h:60
~MessageProcessorReport() noexcept(true)
std::string exception
Definition: message_processor_report.h:45
Definition: message_processor_report.h:41
std::unordered_map< int, InvocationDetails > Invocations
Definition: message_processor_report.h:48
void received_invocation(void const *mediator, int id, std::string const &method)
time::Timestamp start
Definition: message_processor_report.h:43