EventBus
EventBus copied to clipboard
Visualizing Graph
Is there any way to visualize the Subscriber / Publisher sequences? Something that creates a graphic similar to the one on the README where someone new to the app can quickly see sequences to better understand.
An example: A fragment publishes an event, subscriber A and B receive it, and A then publishes a different event, etc etc
if it is Visualizing Graph ,i guess greenbot team should add the annotation of @post,because the Graph can only generate in compile time. if it is a LOG like A fragment publishes an event **ubscriber A and B receive it, ** to record all the events, then it is so easy.