t

akka.event

SubchannelClassification

trait SubchannelClassification extends AnyRef

Classification which respects relationships between channels: subscribing to one channel automatically and idempotently subscribes to all sub-channels.

Self Type
SubchannelClassification with EventBus
Source
EventBus.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SubchannelClassification
  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. All

Concrete Value Members

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