Class ActorEventBus<TEvent, TClassifier>
This class represents an EventBus<TEvent, TClassifier, TSubscriber> where the subscriber type is an IActorRef.
Inheritance
ActorEventBus<TEvent, TClassifier>
Inherited Members
Namespace: Akka.Event
Assembly: Akka.dll
Syntax
public abstract class ActorEventBus<TEvent, TClassifier> : EventBus<TEvent, TClassifier, IActorRef>
Type Parameters
Name | Description |
---|---|
TEvent | The type of event published to the bus. |
TClassifier | The type of classifier used to classify events. |