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
@@ -298,6 +299,20 @@ If you want to broadcast your event using the `sync` queue instead of the defaul
298
299
{
299
300
//
300
301
}
302
+
<aname="broadcast-condition"></a>
303
+
### Broadcast Condition
304
+
305
+
Sometimes you need to broadcast your event only if some requirements are met. You may set these checks by defining a `broadcastWhen` method on your event class:
0 commit comments