For my code that runs on different devices, I need to determine the order of messages that are sent between these devices. Therefore, I would like to use vector clocks, as I read vector clocks that allow you to organize events.
Is there any installed / public API that I can use for this? Or reference implementation = Or do I need to encode it from scratch?
Thanks for any links and tips.
java frameworks vector-clock
anon
source share