Home | Trees | Indices | Help |
|
---|
|
Class that monitors lots of stuff for each connection.
is created whenever a subscriber is created. is destroyed whenever its parent subscriber is destroyed. its lifecycle is therefore bound to its parent subscriber.
Instance Methods | |||
|
|||
|
|||
|
|||
|
Method Details |
Constructor.
|
Send out statistics. Aggregate collected stats information. Currently done blocking. Might be moved to own thread later. But at the moment any computation done here should be rather quick. |
This method is called for every message, that is received on this subscriber. this callback will keep some statistics and publish the results periodically on a topic. the publishing should probably be done asynchronically in another thread.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Nov 2 03:52:39 2020 | http://epydoc.sourceforge.net |