ActorEventBus<(Of <(<'TEvent, TClassifier>)>)> Class

Class ActorEventBus.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll)

Syntax


public abstract class ActorEventBus<TEvent, TClassifier> : EventBus<TEvent, TClassifier, ActorRef>
Public MustInherit Class ActorEventBus(Of TEvent, TClassifier) _
	Inherits EventBus(Of TEvent, TClassifier, ActorRef)
generic<typename TEvent, typename TClassifier>
public ref class ActorEventBus abstract : public EventBus<TEvent, TClassifier, ActorRef^>

Type Parameters

TEvent
The type of the t event.
TClassifier
The type of the t classifier.

Inheritance Hierarchy


Object
  Akka.Event..::..EventBus<(Of <(<'TEvent, TClassifier, ActorRef>)>)>
    Akka.Event..::..ActorEventBus<(Of <(<'TEvent, TClassifier>)>)>