uhe
03/15/2017, 3:48 PMChannels
and I'm trying to emulate an event bus kind of system. To that end I extended the actor
example from the docs by adding a Subscribe
and Unsubscribe
message which carry a Channel
parameter that is later used to publish updates from within the actor.
Does the following snippet make sense?