MCPcopy Create free account
hub / github.com/dianping/cat / Event

Interface Event

lib/java/src/main/java/com/dianping/cat/message/Event.java:40–42  ·  view source on GitHub ↗

Event is used to log anything interesting happens at a specific time. Such as an exception thrown, a review added by user, a new user registered, an user logged into the system etc. However, if it could be failure, or last for a long time, such as a remote API call, databa

Source from the content-addressed store, hash-verified

38 * @author Frankie Wu
39 */
40public interface Event extends Message {
41
42}

Callers

nothing calls this directly

Implementers 15

NullMessagelib/java/src/main/java/com/dianping/ca
DefaultEventlib/java/src/main/java/com/dianping/ca
Heartbeatlib/python/src/cat/heartbeat.py
Transactionlib/python/src/cat/transaction.py
NullMessagelib/python/src/cat/message.py
PyTransactionlib/python/src/cat/sdk.py
TransactionHandlerlib/node.js/lib/cat.js
Catlib/node.js/lib/cat.js
TreeManagerlib/node.js/lib/message/org/tree-manag
DefaultHeartbeatlib/java/src/main/java/com/dianping/ca
DefaultTracelib/java/src/main/java/com/dianping/ca
DefaultForkableTransactionlib/java/src/main/java/com/dianping/ca

Calls

no outgoing calls

Tested by

no test coverage detected