document EventStream, see #1507

- fix some Java API issues
- also mention dead letters, see #1491
This commit is contained in:
Roland 2011-12-30 00:00:25 +01:00
parent d181a35fa7
commit e7a120f923
12 changed files with 477 additions and 11 deletions

View file

@ -124,8 +124,6 @@ trait SubchannelClassification { this: EventBus ⇒
@volatile
private var cache = Map.empty[Classifier, Set[Subscriber]]
protected def subscribers = cache.values.flatten
/**
* Returns the Classifier associated with the given Event
*/