document EventStream, see #1507
- fix some Java API issues - also mention dead letters, see #1491
This commit is contained in:
parent
d181a35fa7
commit
e7a120f923
12 changed files with 477 additions and 11 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue