Click or drag to resize
EventBusTEvent, TClassifier, TSubscriber Class
Class EventBus.
Inheritance Hierarchy
SystemObject
  Akka.EventEventBusTEvent, TClassifier, TSubscriber
    Akka.EventActorEventBusTEvent, TClassifier

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public abstract class EventBus<TEvent, TClassifier, TSubscriber>

Type Parameters

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

The EventBusTEvent, TClassifier, TSubscriber type exposes the following members.

Constructors
  NameDescription
Protected methodEventBusTEvent, TClassifier, TSubscriber
Initializes a new instance of the EventBusTEvent, TClassifier, TSubscriber class
Top
Methods
  NameDescription
Protected methodClassify
Classifies the specified event.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetClassifier
Gets the classifier.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsSubClassification
Determines whether [is sub classification] [the specified parent].
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPublish(TEvent)
Publishes the specified event.
Protected methodPublish(TEvent, TSubscriber)
Publishes the specified event.
Protected methodSimpleName(Object)
Simples the name.
Protected methodSimpleName(Type)
Simples the name.
Public methodSubscribe
Subscribes the specified subscriber.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnsubscribe(TSubscriber)
Unsubscribes the specified subscriber.
Public methodUnsubscribe(TSubscriber, TClassifier)
Unsubscribes the specified subscriber.
Top
Extension Methods
See Also