Is there any info about Akka.net EventBus apart from http://getakka.net/wiki/EventBus? I'd like to know how to partition events other than just by type.
I am not sure about how much has been planned for akka.net @Aaronontheweb or @rogeralsing might have more ideas.
things like the ScanningEventBus and LookupEventBus could be ported over.
Liam McLennan
@liammclennan
oh hi @stefansedich
Stefan Sedich
@stefansedich
oh hi @liammclennan :D
from what I can tell the EventStream is the only implementation of the EventBus
Liam McLennan
@liammclennan
Figured. I was trying to put pub/sub between actors so the dependencies are not so fixed.
_
Roger Johansson
@rogeralsing
@liammclennan yes the event bus docs are completely lacking atm, I'll try to create some examples for it this weekend, its a great feature that dont get much exposure atm in akka.net
But in short, there is a baseclass one can inherit and override methods to categorize messages