Analytics
Wikis > Analytics
Functional Description
Responsibilities, verbs & listeners, collaborators
API Specification
To include specific data, communication substrate etc.
Here is an example of an API definition – feel free to use similar formatting:
dump
The receiver of this message is expected to dump (part of) its internal state to its logging output, for debugging purposes.
- Publisher: debugging tools
- Subscriber: all
Example:
{ "message" : "dump" ,
"what" : "random string that may influence what is dumped",
};
Recent Posts