Click or drag to resize
ActorEventBusTEvent, TClassifier Class
Class ActorEventBus.
Inheritance Hierarchy
SystemObject
  Akka.EventEventBusTEvent, TClassifier, ActorRef
    Akka.EventActorEventBusTEvent, TClassifier
      Akka.EventLoggingBus

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

Type Parameters

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

The ActorEventBusTEvent, TClassifier type exposes the following members.

Constructors
  NameDescription
Protected methodActorEventBusTEvent, TClassifier
Initializes a new instance of the ActorEventBusTEvent, TClassifier class
Top
Methods
  NameDescription
Protected methodClassify
Classifies the specified event.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
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.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
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].
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPublish(TEvent)
Publishes the specified event.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Protected methodPublish(TEvent, TSubscriber)
Publishes the specified event.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Protected methodSimpleName(Object)
Simples the name.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Protected methodSimpleName(Type)
Simples the name.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Public methodSubscribe
Subscribes the specified subscriber.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnsubscribe(TSubscriber)
Unsubscribes the specified subscriber.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Public methodUnsubscribe(TSubscriber, TClassifier)
Unsubscribes the specified subscriber.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Top
Extension Methods
See Also