t

akka.event

LookupClassification

trait LookupClassification extends AnyRef

Maps Subscribers to Classifiers using equality on Classifier to store a Set of Subscribers (hence the need for compareSubscribers) Maps Events to Classifiers through the classify-method (so it knows who to publish to)

The compareSubscribers need to provide a total ordering of the Subscribers

Self Type
LookupClassification with EventBus
Source
EventBus.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LookupClassification
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Concrete Value Members

  1. def publish(event: (LookupClassification.this)#Event): Unit
  2. def subscribe(subscriber: (LookupClassification.this)#Subscriber, to: (LookupClassification.this)#Classifier): Boolean
  3. def unsubscribe(subscriber: (LookupClassification.this)#Subscriber): Unit
  4. def unsubscribe(subscriber: (LookupClassification.this)#Subscriber, from: (LookupClassification.this)#Classifier): Boolean