| ActorEventBusTEvent, TClassifier Class |
Namespace: Akka.Event
public abstract class ActorEventBus<TEvent, TClassifier> : EventBus<TEvent, TClassifier, ActorRef>
The ActorEventBusTEvent, TClassifier type exposes the following members.
| Name | Description | |
|---|---|---|
| ActorEventBusTEvent, TClassifier | Initializes a new instance of the ActorEventBusTEvent, TClassifier class |
| Name | Description | |
|---|---|---|
| Classify |
Classifies the specified event.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetClassifier |
Gets the classifier.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsSubClassification |
Determines whether [is sub classification] [the specified parent].
(Inherited from EventBusTEvent, TClassifier, TSubscriber.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Publish(TEvent) |
Publishes the specified event.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.) | |
| Publish(TEvent, TSubscriber) |
Publishes the specified event.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.) | |
| SimpleName(Object) |
Simples the name.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.) | |
| SimpleName(Type) |
Simples the name.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.) | |
| Subscribe |
Subscribes the specified subscriber.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Unsubscribe(TSubscriber) |
Unsubscribes the specified subscriber.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.) | |
| Unsubscribe(TSubscriber, TClassifier) |
Unsubscribes the specified subscriber.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.) |
| Name | Description | |
|---|---|---|
| AsInstanceOfT | (Defined by Extensions.) | |
| Match |
Matches the specified target.
(Defined by PatternMatch.) |