You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.
I am looking for a way to count number of subscribers for a specific event. The methods of Bus class have private fields and methods that its child class can't access. Because, my interest is "if anyone have received event?", currently I can't answer question, or is there a way to work around?
The text was updated successfully, but these errors were encountered:
Yes, DeadEvent is the proper way to do this. If you need to know about the number of subscribers or who the subscribers are then an event bus is likely not the right pattern.
I am looking for a way to count number of subscribers for a specific event. The methods of Bus class have private fields and methods that its child class can't access. Because, my interest is "if anyone have received event?", currently I can't answer question, or is there a way to work around?
The text was updated successfully, but these errors were encountered: