MCPcopy Create free account
hub / github.com/apache/thrift / Event

Class Event

lib/cpp/test/processor/EventLog.h:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33typedef const char* EventType;
34
35struct Event {
36 Event(EventType type, uint32_t connectionId, uint32_t callId, const std::string& message)
37 : type(type), connectionId(connectionId), callId(callId), message(message) {}
38
39 EventType type;
40 uint32_t connectionId;
41 uint32_t callId;
42 std::string message;
43};
44
45class EventLog {
46public:

Callers 2

waitForEventMethod · 0.70
waitForConnEventMethod · 0.70

Calls

no outgoing calls

Tested by 2

waitForEventMethod · 0.56
waitForConnEventMethod · 0.56