EventBus<(Of <(<'TEvent, TClassifier, TSubscriber>)>)> Class

Class EventBus.

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

Syntax


public abstract class EventBus<TEvent, TClassifier, TSubscriber>
Public MustInherit Class EventBus(Of TEvent, TClassifier, TSubscriber)
generic<typename TEvent, typename TClassifier, typename TSubscriber>
public ref class EventBus abstract

Type Parameters

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

Inheritance Hierarchy


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